Selaa lähdekoodia

Fixed doctrine migrations commands namespace.

Greg Thornton 15 vuotta sitten
vanhempi
commit
b949c8e80c

+ 1 - 1
src/Symfony/Framework/DoctrineMigrationsBundle/Command/MigrationsDiffDoctrineCommand.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Symfony\Framework\DoctrineBundle\Command;
+namespace Symfony\Framework\DoctrineMigrationsBundle\Command;
 
 use Symfony\Components\Console\Input\InputInterface;
 use Symfony\Components\Console\Output\OutputInterface;

+ 1 - 1
src/Symfony/Framework/DoctrineMigrationsBundle/Command/MigrationsExecuteDoctrineCommand.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Symfony\Framework\DoctrineBundle\Command;
+namespace Symfony\Framework\DoctrineMigrationsBundle\Command;
 
 use Symfony\Components\Console\Input\InputInterface;
 use Symfony\Components\Console\Output\OutputInterface;

+ 1 - 1
src/Symfony/Framework/DoctrineMigrationsBundle/Command/MigrationsGenerateDoctrineCommand.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Symfony\Framework\DoctrineBundle\Command;
+namespace Symfony\Framework\DoctrineMigrationsBundle\Command;
 
 use Symfony\Components\Console\Input\InputInterface;
 use Symfony\Components\Console\Output\OutputInterface;

+ 1 - 1
src/Symfony/Framework/DoctrineMigrationsBundle/Command/MigrationsMigrateDoctrineCommand.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Symfony\Framework\DoctrineBundle\Command;
+namespace Symfony\Framework\DoctrineMigrationsBundle\Command;
 
 use Symfony\Components\Console\Input\InputInterface;
 use Symfony\Components\Console\Output\OutputInterface;

+ 1 - 1
src/Symfony/Framework/DoctrineMigrationsBundle/Command/MigrationsStatusDoctrineCommand.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Symfony\Framework\DoctrineBundle\Command;
+namespace Symfony\Framework\DoctrineMigrationsBundle\Command;
 
 use Symfony\Components\Console\Input\InputInterface;
 use Symfony\Components\Console\Output\OutputInterface;

+ 1 - 1
src/Symfony/Framework/DoctrineMigrationsBundle/Command/MigrationsVersionDoctrineCommand.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace Symfony\Framework\DoctrineBundle\Command;
+namespace Symfony\Framework\DoctrineMigrationsBundle\Command;
 
 use Symfony\Components\Console\Input\InputInterface;
 use Symfony\Components\Console\Output\OutputInterface;