This pull request addresses the issue of migration auto-discovery by ensuring that only active modules have their migrations registered. Instead of using glob based on file paths, the process now utilizes the allEnabled() method from the package to register migrations.
Hi,
This pull request addresses the issue of migration auto-discovery by ensuring that only active modules have their migrations registered. Instead of using
glob
based on file paths, the process now utilizes theallEnabled()
method from the package to register migrations.resolves #1943