We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c902ba + b86f01d commit 3936ecfCopy full SHA for 3936ecf
README.md
@@ -41,11 +41,11 @@ to your composer.json. Then run `composer install` or `composer update`.
41
42
Then in your `config/app.php` add
43
44
- 'Zizaco\Entrust\EntrustServiceProvider'
+ Zizaco\Entrust\EntrustServiceProvider::class
45
46
in the `providers` array and
47
48
- 'Entrust' => 'Zizaco\Entrust\EntrustFacade'
+ 'Entrust' => Zizaco\Entrust\EntrustFacade::class
49
50
to the `aliases` array.
51
0 commit comments