Skip to content

Commit 999a3fb

Browse files
committed
Updating readme.
1 parent 6a9e17c commit 999a3fb

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
@@ -10,7 +10,7 @@ It works based on your `$fillable` property of the target model.
1010
If you would like to use `$guarded` instead of `$fillable`, It is supported too.
1111
In that case you'll need to have an existing `Schema` (table), Then the crud generator will autimatically figures out your fillables.
1212

13-
As an example when `$fillables` is available:
13+
As an example when `$fillable` is available:
1414

1515
`$ php artisan make:crud UserController --model=User --validation`
1616

0 commit comments

Comments
 (0)