feat: [#462] Custom Log Channel cannot take values from some functions #2390
Annotations
10 errors
Lint:
contracts/session/session.go#L3
could not import github.com/goravel/framework/contracts/foundation (-: import cycle not allowed: import stack: [github.com/goravel/framework/auth github.com/goravel/framework/contracts/foundation github.com/goravel/framework/contracts/http github.com/goravel/framework/contracts/session github.com/goravel/framework/contracts/foundation]) (typecheck)
|
Lint:
contracts/http/request.go#L7
could not import github.com/goravel/framework/contracts/session (Config.Importer.Import(github.com/goravel/framework/contracts/session) returned nil but no error) (typecheck)
|
Lint:
foundation/json/json.go#L6
could not import github.com/goravel/framework/contracts/foundation (-: import cycle not allowed: import stack: [github.com/goravel/framework/auth github.com/goravel/framework/contracts/foundation github.com/goravel/framework/contracts/http github.com/goravel/framework/contracts/session github.com/goravel/framework/contracts/foundation]) (typecheck)
|
Lint:
log/logger/daily.go#L14
could not import github.com/goravel/framework/contracts/foundation (-: import cycle not allowed: import stack: [github.com/goravel/framework/auth github.com/goravel/framework/contracts/foundation github.com/goravel/framework/contracts/http github.com/goravel/framework/contracts/session github.com/goravel/framework/contracts/foundation]) (typecheck)
|
Lint:
foundation/application.go#L93
app.MakeConfig undefined (type *Application has no field or method MakeConfig) (typecheck)
|
Lint:
foundation/application.go#L124
app.MakeLang undefined (type *Application has no field or method MakeLang) (typecheck)
|
Lint:
foundation/application.go#L128
app.MakeLang undefined (type *Application has no field or method MakeLang) (typecheck)
|
Lint:
foundation/application.go#L163
app.MakeArtisan undefined (type *Application has no field or method MakeArtisan) (typecheck)
|
Lint:
foundation/application.go#L175
app.MakeConfig undefined (type *Application has no field or method MakeConfig) (typecheck)
|
Lint:
foundation/application.go#L213
app.MakeArtisan undefined (type *Application has no field or method MakeArtisan) (typecheck)
|
Loading