From 0b0175a69bf98e84f3b18f5941960c5555c28592 Mon Sep 17 00:00:00 2001 From: Manoj L Date: Thu, 23 Dec 2021 14:54:23 +0530 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 94ce251..a9c8321 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ By default, the middleware enables indexing on all pages. You'll probably want t ```php // app/Http/Middleware/MyRobotsMiddleware.php +namespace App\Http\Middleware; use Illuminate\Http\Request; use Spatie\RobotsMiddleware\RobotsMiddleware;