mpociot / laravel-test-factory-helper

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

Fix related model bug + tweak output #39

Closed jasonmccreary closed 5 years ago

jasonmccreary commented 5 years ago

This fixes a bug with the creation of related models as reported in #37 and #38 with the corresponding change within the setProperty method.

Also snuck in a small tweak to the console output to more closely match the coloring used by artisan make commands.