[ 'ShlinkMigrations' => 'module/Core/migrations', ], 'table_storage' => [ 'table_name' => 'migrations', ], 'custom_template' => 'data/migrations_template.txt', ]; $em = include __DIR__ . '/entity-manager.php'; return DependencyFactory::fromEntityManager( new ConfigurationArray($migrationsConfig), new ExistingEntityManager($em), ); })();