Skip to content

Commit

Permalink
add note that factory types have been removed
Browse files Browse the repository at this point in the history
do not merge this unless laravel/framework#30867 is merged.

I wanted to get this opened, though, so I wouldn't forget.
  • Loading branch information
browner12 authored Dec 17, 2019
1 parent 9e8c49b commit acefe87
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,13 @@ If you would like to keep using the previous behavior you can override the `seri

> {tip} This change only affects serialization of models and model collections to arrays and JSON. This change has no affect on how dates are stored in your database.
<a name="factory-types"></a>
#### Factory Types

**Likelihood Of Impact: Medium**

Laravel 7 removes the factory types feature. This feature has been undocumented since October 2016. If you are still using this feature, you should upgrade to factory states, which provide more flexibility.

<a name="miscellaneous"></a>
### Miscellaneous

Expand Down

0 comments on commit acefe87

Please sign in to comment.