Skip to content

Commit af735b5

Browse files
committed
Remove default tag for schema filter, it is added for each connection dynamically
1 parent 7569f07 commit af735b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/services.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148

149149
<service id="doctrine_migrations.schema_filter_listener" class="Doctrine\Bundle\MigrationsBundle\EventListener\SchemaFilterListener">
150150
<tag name="kernel.event_listener" event="console.command" method="onConsoleCommand" />
151-
<tag name="doctrine.dbal.schema_filter" />
151+
<!-- <tag name="doctrine.dbal.schema_filter" /> This tag is dynamically added for each connection-->
152152
</service>
153153

154154
</services>

0 commit comments

Comments
 (0)