File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -219,7 +219,7 @@ If you are managing your database migrations using the `Doctrine Migrations Bund
219
219
Doctrine\Migrations\Event\Listeners\AutoCommitListener :
220
220
tags :
221
221
- name : doctrine.event_listener
222
- event : !php/const Doctrine\Migrations\Events:: onMigrationsMigrated
222
+ event : onMigrationsMigrated
223
223
224
224
.. code-block :: xml
225
225
@@ -232,7 +232,7 @@ If you are managing your database migrations using the `Doctrine Migrations Bund
232
232
233
233
<services >
234
234
<service id =" Doctrine\Migrations\Event\Listeners\AutoCommitListener" >
235
- <tag name =" doctrine.event_listener" event =" onMigrationsMigrated" />
235
+ <tag name =" doctrine.event_listener" event =" onMigrationsMigrated" />
236
236
</service >
237
237
</services >
238
238
</container >
You can’t perform that action at this time.
0 commit comments