From 8f3cd599c20e0b01981ebdf1b36f88e2013d954b Mon Sep 17 00:00:00 2001 From: davidmuggleton Date: Wed, 30 Oct 2019 15:31:03 +0000 Subject: [PATCH] Correct namespace --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b3fc85c..6ad9367 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ It's simple. Go to `Kernel.php` and add to the `$routeMiddleware` block as : ``` protected $routeMiddleware = [ ... - 'block' => \Potelo\LaravelBlockBots\BlockBots::class, + 'block' => \Potelo\LaravelBlockBots\Middleware\BlockBots::class, ]; ```