Added
- Use
foreignUuid
method to replaceuuid
andforeign
chain (#502) - Do not use FQCN for model relationships in same namespace (#524)
- Support Many to Many Polymorphic (#522)
- Use modern App/Models namespace as default (#521)
Fixed
- Update
README
to reflect new supported versions (#499) - Change property to protected for extension (#500)
- Fix Trace command to ignore non-PHP files (#498)
- Remove Laravel 7 or newer checks. (#504)
- Fix migration for FQCN references (#503)
- Fix model namespace in the generated factory class. (#512)
- Remove double line break before first relationship method (#517)