Browse Source

Cambio del namespace

gabriel 8 năm trước cách đây
mục cha
commit
4a558ad4ed
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      Migrations/MigrationsBase.php

+ 1 - 1
Migrations/MigrationsBase.php

@@ -1,6 +1,6 @@
 <?php
 
-namespace MigrationsBundle;
+namespace MigrationsBundle\Migrations;
 
 use Doctrine\DBAL\Migrations\AbstractMigration;
 use Doctrine\DBAL\Schema\Schema;