We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4c0f5a4 + 13f3197 commit d06c787Copy full SHA for d06c787
Resources/doc/index.rst
@@ -251,10 +251,9 @@ Here is an example on how to inject the service container into your migrations:
251
252
# config/services.yaml
253
services:
254
- Doctrine\Migrations\Version\DbalMigrationFactory: ~
255
App\Migrations\Factory\MigrationFactoryDecorator:
256
- decorates: Doctrine\Migrations\Version\DbalMigrationFactory
257
- arguments: ['@App\Migrations\Factory\MigrationFactoryDecorator.inner', '@service_container']
+ decorates: 'doctrine.migrations.migrations_factory'
+ arguments: ['@.inner', '@service_container']
258
259
260
.. code-block:: php
0 commit comments