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.
1 parent a5ffbdc commit 922c368Copy full SHA for 922c368
docs/en/reference/custom-integration.rst
@@ -38,7 +38,7 @@ Now place the following code in the ``migrations`` file:
38
39
$config = new PhpFile('migrations.php'); // Or use one of the Doctrine\Migrations\Configuration\Configuration\* loaders
40
41
- $dependencyFactory = DependencyFactory::fromConnection($config, new ExistingConnection($conn));
+ $dependencyFactory = DependencyFactory::fromConnection($config, new ExistingConnection($connection));
42
43
$cli = new Application('Doctrine Migrations');
44
$cli->setCatchExceptions(true);
0 commit comments