We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7569f07 commit af735b5Copy full SHA for af735b5
config/services.xml
@@ -148,7 +148,7 @@
148
149
<service id="doctrine_migrations.schema_filter_listener" class="Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener">
150
<tag name="kernel.event_listener" event="console.command" method="onConsoleCommand" />
151
- <tag name="doctrine.dbal.schema_filter" />
+<!-- <tag name="doctrine.dbal.schema_filter" /> This tag is dynamically added for each connection-->
152
</service>
153
154
</services>
0 commit comments