Skip to content

Commit f6e9bb4

Browse files
authored
Merge pull request #2 from davidmuggleton/patch-1
Correct namespace
2 parents 55b8741 + 8f3cd59 commit f6e9bb4

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
@@ -51,7 +51,7 @@ It's simple. Go to `Kernel.php` and add to the `$routeMiddleware` block as :
5151
```
5252
protected $routeMiddleware = [
5353
...
54-
'block' => \Potelo\LaravelBlockBots\BlockBots::class,
54+
'block' => \Potelo\LaravelBlockBots\Middleware\BlockBots::class,
5555
];
5656
```
5757

0 commit comments

Comments
 (0)