laravel-shift / blueprint

A code generation tool for Laravel developers.
MIT License
2.89k stars 273 forks source link

FactoryGenerator: No need to import fqcn foreign keys. #642

Closed Jehong-Ahn closed 11 months ago

Jehong-Ahn commented 1 year ago

No need use App\Models\\Foo\Bar; for foreign:\Foo\Bar.

jasonmccreary commented 1 year ago

I wonder what affect this has on other areas of the code: migrations, controllers, etc.

Jehong-Ahn commented 1 year ago

Thanks, @ghostwriter. I've learned a lot from your review.

jasonmccreary commented 1 year ago

What's the status of this PR. Seems conversations are not resolved.