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.
1 parent 8828eb7 commit 0b0175aCopy full SHA for 0b0175a
README.md
@@ -32,6 +32,7 @@ By default, the middleware enables indexing on all pages. You'll probably want t
32
33
```php
34
// app/Http/Middleware/MyRobotsMiddleware.php
35
+namespace App\Http\Middleware;
36
37
use Illuminate\Http\Request;
38
use Spatie\RobotsMiddleware\RobotsMiddleware;
0 commit comments