mirror of
https://github.com/flarum/core.git
synced 2025-08-03 15:07:53 +02:00
Ensure that migrations run
This commit is contained in:
@@ -69,6 +69,14 @@ class ExtensionManagerIncludeCurrent extends ExtensionManager
|
||||
return $this->extensions;
|
||||
}
|
||||
|
||||
/**
|
||||
* Since we enable every time, we always assume it's not enabled.
|
||||
*/
|
||||
public function isEnabled($extension)
|
||||
{
|
||||
return false;
|
||||
}
|
||||
|
||||
/**
|
||||
* In test cases, enabled extensions are determined by the test case, not the database.
|
||||
*/
|
||||
|
Reference in New Issue
Block a user