Skip to content

Commit 222ea62

Browse files
authored
Merge pull request #18 from manojLondhe/patch-1
Update README.md to add missing namespace
2 parents d4634a4 + 0b0175a commit 222ea62

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ By default, the middleware enables indexing on all pages. You'll probably want t
3232

3333
```php
3434
// app/Http/Middleware/MyRobotsMiddleware.php
35+
namespace App\Http\Middleware;
3536

3637
use Illuminate\Http\Request;
3738
use Spatie\RobotsMiddleware\RobotsMiddleware;

0 commit comments

Comments
 (0)