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
I have encountered error after adding UuidServiceProvider::class in providers and Uuid::class in alias of config/app.php,
and running config cache with php artisan config:cache.
The error is as below:
[Symfony\Component\Debug\Exception\FatalErrorException]
Class Webpatser\Uuid\UuidServiceProvider contains 1 abstract method and mus
t therefore be declared abstract or implement the remaining methods (Illumi
nate\Support\ServiceProvider::register)
As I look into the UuidServiceProvider class, looks like the register method is missing which is required in Laravel 5.2 ServiceProvider.
The text was updated successfully, but these errors were encountered:
Hi all.
I have encountered error after adding
UuidServiceProvider::class
in providers andUuid::class
in alias ofconfig/app.php
,and running config cache with
php artisan config:cache
.The error is as below:
As I look into the UuidServiceProvider class, looks like the register method is missing which is required in Laravel 5.2
ServiceProvider
.The text was updated successfully, but these errors were encountered: