Skip to content

Commit

Permalink
Wrong service provider (#55)
Browse files Browse the repository at this point in the history
You had added RequestMigrationsMiddleware::class as a service provider in the README.md file. That does not seem right? :)
  • Loading branch information
vistik authored and tomschlick committed Sep 10, 2018
1 parent 4caea28 commit 5dd3d5b
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 @@ If you are using an earlier version of Laravel or have autoloading disabled you

```php
'providers' => [
\TomSchlick\RequestMigrations\RequestMigrationsMiddleware::class,
\TomSchlick\RequestMigrations\RequestMigrationsServiceProvider.php,
]
```
```php
Expand Down

0 comments on commit 5dd3d5b

Please sign in to comment.