BadMethodCallException Method App\Filament\Resources\PageResource::register does not exist. at vendor/laravel/framework/src/Illuminate/Macroable/Traits/Macroable.php:115 111▕ */ 112▕ public function __call($method, $parameters) 113▕ { 114▕ if (! static::hasMacro($method)) { ➜ 115▕ throw new BadMethodCallException(sprintf( 116▕ 'Method %s::%s does not exist.', static::class, $method 117▕ )); 118▕ } 119▕ i Bad Method Call: Did you mean App\Filament\Resources\PageResource::registerRoutes() ? +7 vendor frames 8 artisan:35 Illuminate\Foundation\Console\Kernel::handle() Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1 #88
Labels
No description provided.
The text was updated successfully, but these errors were encountered: