Skip to content

Commit a5ffbdc

Browse files
authored
Fix namespace for loading PhpFile class in docs
1 parent a04b141 commit a5ffbdc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/en/reference/custom-integration.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Now place the following code in the ``migrations`` file:
2121
2222
use Doctrine\DBAL\DriverManager;
2323
use Doctrine\Migrations\DependencyFactory;
24-
use Doctrine\Migrations\Configuration\Configuration\PhpFile;
24+
use Doctrine\Migrations\Configuration\Migration\PhpFile;
2525
use Doctrine\Migrations\Configuration\Connection\ExistingConnection;
2626
use Doctrine\Migrations\Tools\Console\Command;
2727
use Symfony\Component\Console\Application;

0 commit comments

Comments
 (0)