We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 55b8741 + 8f3cd59 commit f6e9bb4Copy full SHA for f6e9bb4
README.md
@@ -51,7 +51,7 @@ It's simple. Go to `Kernel.php` and add to the `$routeMiddleware` block as :
51
```
52
protected $routeMiddleware = [
53
...
54
- 'block' => \Potelo\LaravelBlockBots\BlockBots::class,
+ 'block' => \Potelo\LaravelBlockBots\Middleware\BlockBots::class,
55
];
56
57
0 commit comments