Skip to content

Commit

Permalink
Updates Alias name to working one
Browse files Browse the repository at this point in the history
Also, I am on latest 5.5.34 and this did not auto add the facades. Thanks!
  • Loading branch information
Jewhurst authored Feb 10, 2018
1 parent 48b3b2c commit 5568863
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ To consume the this package from Laravel application, register the package servi
]

'aliases' => [
'Guid' => 'Sujip\Guid\Guid'
'Guid' => Sujip\Guid\Guid::class,
]
```
If you are a Laravel v5.5 user, this package has been configured for discovery, Laravel will automatically register its service providers and facades when it is installed, creating a convenient installation experience for you.
Expand Down

0 comments on commit 5568863

Please sign in to comment.