Skip to content

Commit 44ec091

Browse files
DenTrayCopilot
andauthored
Update ReadMe.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f44f74a commit 44ec091

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ReadMe.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ php artisan make:entity Forum/Blog/Post
3737

3838
#### Fields definition options
3939

40-
The `make:entity` provides an ability to set the entity's fields, which will be used in all created class (e.g. Model, Create/Update requests, Test fixtures, etc.)
40+
The `make:entity` provides an ability to set the entity's fields, which will be used in all created classes (e.g. Model, Create/Update requests, Test fixtures, etc.)
4141

4242
```bash
4343
php artisan make:entity Post -S title -S text -t published_at

0 commit comments

Comments
 (0)