Skip to content

Commit 6c2a502

Browse files
fix: console & identation
Co-authored-by: Kévin Dunglas <[email protected]>
1 parent 29f8058 commit 6c2a502

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

laravel/testing.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,8 @@ to generate large amounts of test data quickly, while seeding ensures your datab
5050

5151
To create a factory for your model, you can use [Laravel Artisan](https://laravel.com/docs/artisan) command.
5252
For example, to create a factory for a Book model, run:
53-
```bash
53+
54+
```console
5455
php artisan make:factory BookFactory
5556
```
5657

0 commit comments

Comments
 (0)