File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -242,12 +242,12 @@ Here is an example on how to inject the service container into your migrations:
242242
243243 .. code-block :: yaml
244244
245- # config/packages/doctrine_migrations.yml
245+ # config/packages/doctrine_migrations.yaml
246246 doctrine_migrations :
247247 services :
248248 ' Doctrine\Migrations\Version\MigrationFactory ' : ' App\Migrations\Factory\MigrationFactoryDecorator'
249249
250- # config/services.yml
250+ # config/services.yaml
251251 services :
252252 Doctrine\Migrations\Version\DbalMigrationFactory : ~
253253 App\Migrations\Factory\MigrationFactoryDecorator :
@@ -330,7 +330,7 @@ for Doctrine's ORM:
330330
331331 .. code-block :: yaml
332332
333- # config/doctrine/User.orm.yml
333+ # config/doctrine/User.orm.yaml
334334 App\Entity\User :
335335 type : entity
336336 table : user
You can’t perform that action at this time.
0 commit comments