Skip to content

Commit c548638

Browse files
sneycamposdunglas
authored andcommitted
Update index.md
fix code highlight
1 parent 56b38a2 commit c548638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

laravel/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -589,7 +589,7 @@ php artisan make:request BookFormRequest
589589

590590
Then, add validation rules to the generated class (`app/Http/Requests/BookFormRequest.php` in our example):
591591

592-
```php
592+
```patch
593593
namespace App\Http\Requests;
594594

595595
use Illuminate\Foundation\Http\FormRequest;

0 commit comments

Comments
 (0)