Skip to content

Commit

Permalink
Merge pull request #28 from Jewhurst/patch-1
Browse files Browse the repository at this point in the history
Updates Alias name to working one
  • Loading branch information
sudiptpa authored Apr 17, 2018
2 parents 48b3b2c + 5568863 commit b6064bf
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 b6064bf

Please sign in to comment.