-
Type:
Improvement
-
Status: Unverified Fix (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 3.1.3, 3.2.0-dev
-
Fix Version/s: 3.2.0-b1
-
Component/s: Extensions
-
Labels:
-
GitHub Pull Request URL:
Currently any file in an extension's migration folder is considered a migration.
This means extensions can't keep migration helpers / abstract classes they may want to use in their migrations folder (like the way phpBB is able to do).
Only the classes implementing a migration interface should be loaded by the migrator.