File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed
Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change 55namespace Symfony \Component \DependencyInjection \Loader \Configurator ;
66
77use Doctrine \Bundle \MigrationsBundle \EventListener \SchemaFilterListener ;
8- use Doctrine \Bundle \MigrationsBundle \MigrationsFactory \ContainerAwareMigrationFactory ;
98use Doctrine \Bundle \MigrationsBundle \MigrationsRepository \ServiceMigrationsRepository ;
109use Doctrine \DBAL \Connection ;
1110use Doctrine \Migrations \Configuration \Configuration ;
6059 ->set ('doctrine.migrations.migrations_factory ' , MigrationFactory::class)
6160 ->factory ([service ('doctrine.migrations.dependency_factory ' ), 'getMigrationFactory ' ])
6261
63- ->set ('doctrine.migrations.container_aware_migrations_factory ' , ContainerAwareMigrationFactory::class)
64- ->decorate ('doctrine.migrations.migrations_factory ' )
65- ->args ([
66- service ('doctrine.migrations.container_aware_migrations_factory.inner ' ),
67- service ('service_container ' ),
68- ])
69-
7062 ->set ('doctrine.migrations.service_migrations_repository ' , ServiceMigrationsRepository::class)
7163 ->args ([
7264 abstract_arg ('migrations locator ' ),
You can’t perform that action at this time.
0 commit comments