Skip to content

Commit

Permalink
Merge pull request #37 from rafaelbeckel/patch-1
Browse files Browse the repository at this point in the history
Change to ::class notation
  • Loading branch information
rap2hpoutre committed Aug 12, 2015
2 parents 424c2dd + 7843e60 commit 35ee4eb
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 @@ -24,7 +24,7 @@ composer require rap2hpoutre/laravel-log-viewer

Add Service Provider to `config/app.php` in `providers` section
```php
'Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider',
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
```

Add a route in `app/Http/routes.php` (or choose another route):
Expand Down

0 comments on commit 35ee4eb

Please sign in to comment.