User profile layout (#2402)

This commit is contained in:
Kevin Papst
2021-03-06 12:34:34 +01:00
committed by GitHub
parent d3099aca39
commit 5583caa9e4
30 changed files with 550 additions and 268 deletions

View File

@@ -23,7 +23,6 @@ class DoctrineCompilerPass implements CompilerPassInterface
*/
private $allowedEngines = [
'mysql' => 'mysql',
'mysqli' => 'mysql',
'sqlite' => 'sqlite',
];