Browse Source

fix de test/migracion

Luciano Andrade 7 years ago
parent
commit
0f6854dcfe
1 changed files with 2 additions and 1 deletions
  1. 2 1
      app/DoctrineMigrations/Version20180124175322.php

+ 2 - 1
app/DoctrineMigrations/Version20180124175322.php

@@ -4,11 +4,12 @@ namespace Application\Migrations;
 
 use Doctrine\DBAL\Migrations\AbstractMigration;
 use Doctrine\DBAL\Schema\Schema;
+use MigrationsBundle\Migrations\MigrationsBase;
 
 /**
  * Auto-generated Migration: Please modify to your needs!
  */
-class Version20180124175322 extends AbstractMigration
+class Version20180124175322 extends MigrationsBase 
 {
     /**
      * @param Schema $schema