Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
fix code highlight
  • Loading branch information
sneycampos authored and dunglas committed Sep 25, 2024
1 parent 56b38a2 commit c548638
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion laravel/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,7 +589,7 @@ php artisan make:request BookFormRequest

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

```php
```patch
namespace App\Http\Requests;

use Illuminate\Foundation\Http\FormRequest;
Expand Down

0 comments on commit c548638

Please sign in to comment.