Skip to content

Commit 3936ecf

Browse files
committed
Merge pull request #525 from ariefadjie/patch-4
Update documentation providers and aliases
2 parents 7c902ba + b86f01d commit 3936ecf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ to your composer.json. Then run `composer install` or `composer update`.
4141

4242
Then in your `config/app.php` add
4343

44-
'Zizaco\Entrust\EntrustServiceProvider'
44+
Zizaco\Entrust\EntrustServiceProvider::class
4545

4646
in the `providers` array and
4747

48-
'Entrust' => 'Zizaco\Entrust\EntrustFacade'
48+
'Entrust' => Zizaco\Entrust\EntrustFacade::class
4949

5050
to the `aliases` array.
5151

0 commit comments

Comments
 (0)