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
219219 Doctrine\Migrations\Event\Listeners\AutoCommitListener :
220220 tags :
221221 - name : doctrine.event_listener
222- event : !php/const Doctrine\Migrations\Events:: onMigrationsMigrated
222+ event : onMigrationsMigrated
223223
224224 .. code-block :: xml
225225
@@ -232,7 +232,7 @@ If you are managing your database migrations using the `Doctrine Migrations Bund
232232
233233 <services >
234234 <service id =" Doctrine\Migrations\Event\Listeners\AutoCommitListener" >
235- <tag name =" doctrine.event_listener" event =" onMigrationsMigrated" />
235+ <tag name =" doctrine.event_listener" event =" onMigrationsMigrated" />
236236 </service >
237237 </services >
238238 </container >
You can’t perform that action at this time.
0 commit comments