overtrue/laravel-like

Disable un-published migration

zombozo12 opened this issue · 1 comments

Hi, can you delete this line of code on purpose only published migration that can be migrated?

$this->loadMigrationsFrom(\dirname(__DIR__) . '/migrations/');

Thank you.

jnbn commented

Did you know that this was a breaking change for all users "who was loading and migrating from Service provider registered migrations" to force-publish as all tests started to fail after new version?