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 78b2801 commit 5dc39b8Copy full SHA for 5dc39b8
src/Maker/MakeMigration.php
@@ -11,7 +11,7 @@
11
12
namespace Symfony\Bundle\MakerBundle\Maker;
13
14
-use Doctrine\Bundle\DoctrineBundle\DoctrineBundle;
+use Doctrine\Bundle\MigrationsBundle\DoctrineMigrationsBundle;
15
use Symfony\Bundle\MakerBundle\ApplicationAwareMakerInterface;
16
use Symfony\Bundle\MakerBundle\ConsoleStyle;
17
use Symfony\Bundle\MakerBundle\DependencyBuilder;
@@ -120,7 +120,7 @@ private function noChangesMessage(ConsoleStyle $io)
120
public function configureDependencies(DependencyBuilder $dependencies)
121
{
122
$dependencies->addClassDependency(
123
- DoctrineBundle::class,
+ DoctrineMigrationsBundle::class,
124
'migrations'
125
);
126
}
0 commit comments