Skip to content

Commit 35ee4eb

Browse files
committed
Merge pull request #37 from rafaelbeckel/patch-1
Change to ::class notation
2 parents 424c2dd + 7843e60 commit 35ee4eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ composer require rap2hpoutre/laravel-log-viewer
2424

2525
Add Service Provider to `config/app.php` in `providers` section
2626
```php
27-
'Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider',
27+
Rap2hpoutre\LaravelLogViewer\LaravelLogViewerServiceProvider::class,
2828
```
2929

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

0 commit comments

Comments
 (0)