Z3d0X / filament-fabricator

Block-Based Page Builder Skeleton for your Filament Apps
https://filamentphp.com/plugins/fabricator
MIT License
251 stars 48 forks source link

Fixed incorrect table name during migration #151

Closed witaway closed 2 months ago

witaway commented 2 months ago

Previously, when the fabricator table name was non-default, incorrect table name was used during creation self-reference in migrations. In consequence, migration has failed.

I've made a little patch to solve this problem.

Issue: https://github.com/Z3d0X/filament-fabricator/issues/150

what-the-diff[bot] commented 2 months ago

PR Summary

witaway commented 2 months ago

It's not a big deal, but I just wanted to create my first pull-request to be honest 🙂

Z3d0X commented 2 months ago

Thanks