mpociot / laravel-test-factory-helper

Generate Laravel test factories from your existing models
935 stars 87 forks source link

Properties with BelongsTo relations return closure based factory #47

Closed orkhanahmadov closed 4 years ago

orkhanahmadov commented 4 years ago

Made changes to BelongsTo related properties to return closure instead of direct factory definition.

jasonmccreary commented 4 years ago

This is intentional for the 2.0 version as it now supports Laravel 6.x and higher which document using the direct function syntax.