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 d4634a4 + 0b0175a commit 222ea62Copy full SHA for 222ea62
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