forked from GNUsocial/gnu-social
[MODULE][DB] Added support for loading entity definitions from modules
This commit is contained in:
@@ -121,7 +121,7 @@ class Kernel extends BaseKernel
|
||||
{
|
||||
parent::build($container);
|
||||
|
||||
$container->addCompilerPass(new SchemaDefPass());
|
||||
$container->addCompilerPass(new ModuleManagerPass());
|
||||
$container->addCompilerPass(new SchemaDefPass());
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user