captaincavemonkey
captaincavemonkey
FFilament
Created by captaincavemonkey on 7/23/2023 in #❓┊help
Call to a member function auth() on null
Fresh install
at vendor\filament\filament\src\FilamentManager.php:48
44▕ protected ?Model $tenant = null;
45▕
46▕ public function auth(): Guard
47▕ {
➜ 48▕ return $this->getCurrentPanel()->auth();
49▕ }
50▕
51▕ public function bootCurrentPanel(): void
52▕ {

1 vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:353
Filament\FilamentManager::auth()

2 vendor\filament\filament\src\Commands\MakeUserCommand.php:56
Illuminate\Support\Facades\Facade::__callStatic("auth", [])
at vendor\filament\filament\src\FilamentManager.php:48
44▕ protected ?Model $tenant = null;
45▕
46▕ public function auth(): Guard
47▕ {
➜ 48▕ return $this->getCurrentPanel()->auth();
49▕ }
50▕
51▕ public function bootCurrentPanel(): void
52▕ {

1 vendor\laravel\framework\src\Illuminate\Support\Facades\Facade.php:353
Filament\FilamentManager::auth()

2 vendor\filament\filament\src\Commands\MakeUserCommand.php:56
Illuminate\Support\Facades\Facade::__callStatic("auth", [])
10 replies