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:
242
242
243
243
.. code-block :: yaml
244
244
245
- # config/packages/doctrine_migrations.yml
245
+ # config/packages/doctrine_migrations.yaml
246
246
doctrine_migrations :
247
247
services :
248
248
' Doctrine\Migrations\Version\MigrationFactory ' : ' App\Migrations\Factory\MigrationFactoryDecorator'
249
249
250
- # config/services.yml
250
+ # config/services.yaml
251
251
services :
252
252
Doctrine\Migrations\Version\DbalMigrationFactory : ~
253
253
App\Migrations\Factory\MigrationFactoryDecorator :
@@ -330,7 +330,7 @@ for Doctrine's ORM:
330
330
331
331
.. code-block :: yaml
332
332
333
- # config/doctrine/User.orm.yml
333
+ # config/doctrine/User.orm.yaml
334
334
App\Entity\User :
335
335
type : entity
336
336
table : user
You can’t perform that action at this time.
0 commit comments