You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installing rest-api package I also wanted to add graphql pckage to my bagisto installation and faced this issue on post autoload dump.
Illuminate\Foundation\ComposerScripts::postAutoloadDump @php artisan package:discover --ansi
PHP Fatal error: Access level to Webkul\RestApi\Exceptions\Handler::handleAuthenticationException() must be protected (as in class Webkul\Core\Exceptions\Handler) or weaker in /home/testwyzoshop/test.wyzo.shop/vendor/bagisto/rest-api/src/Exceptions/Handler.php on line 35
PHP Fatal error: Uncaught ReflectionException: Class "Webkul\RestApi\Exceptions\Handler" does not exist in /home/testwyzoshop/test.wyzo.shop/vendor/laravel/framework/src/Illuminate/Container/Container.php:944
The text was updated successfully, but these errors were encountered:
After installing rest-api package I also wanted to add graphql pckage to my bagisto installation and faced this issue on post autoload dump.
The text was updated successfully, but these errors were encountered: