Skip to content

Commit

Permalink
Merge 60d14ea into b842ccb
Browse files Browse the repository at this point in the history
  • Loading branch information
mkwsra authored Oct 23, 2016
2 parents b842ccb + 60d14ea commit b142291
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 @@ -20,7 +20,7 @@ Laravel
There is a service provider included for integration with the Laravel framework. This provider will get the application locale setting and use this for translations. To register the service provider, add the following to the providers array in `config/app.php`:

```php
'Jenssegers\Date\DateServiceProvider',
Jenssegers\Date\DateServiceProvider::class,
```

You can also add it as a Facade in `config/app.php`:
Expand Down

0 comments on commit b142291

Please sign in to comment.