Browse Source

fix de test/migracion

Luciano Andrade 7 năm trước cách đây
mục cha
commit
0f6854dcfe
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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