Skip to content

Commit

Permalink
Merge pull request #224 from fridzema/patch-1
Browse files Browse the repository at this point in the history
Tiny typo ;)
  • Loading branch information
finiteinfinity authored Dec 13, 2021
2 parents a93d876 + d0430b6 commit 0a83db1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fit your database needs. [Check it out](https://github.com/reliese/laravel/blob/
#### 1. Keeping model changes

You may want to generate your models as often as you change your database. In order
not to lose you own model changes, you should set `base_files` to `true` in your `config/models.php`.
not to lose your own model changes, you should set `base_files` to `true` in your `config/models.php`.

When you enable this feature your models will inherit their base configurations from
base models. You should avoid adding code to your base models, since you
Expand Down

0 comments on commit 0a83db1

Please sign in to comment.