Moving class inside app

1.10.x
Julio Montoya 9 years ago
parent e2ecc72ddd
commit 2fbe8b900f
  1. 2
      app/Migrations/AbstractMigrationChamilo.php
  2. 2
      app/Migrations/Schema/V110/Version110.php
  3. 2
      app/Migrations/Schema/V110/Version20150423093100.php
  4. 2
      app/Migrations/Schema/V110/Version20150504182600.php
  5. 2
      app/Migrations/Schema/V110/Version20150505132304.php
  6. 2
      app/Migrations/Schema/V110/Version20150505142900.php
  7. 2
      app/Migrations/Schema/V110/Version20150507152600.php
  8. 2
      app/Migrations/Schema/V110/Version20150511133949.php
  9. 2
      app/Migrations/Schema/V110/Version20150521113600.php
  10. 2
      app/Migrations/Schema/V110/Version20150522112023.php
  11. 2
      app/Migrations/Schema/V110/Version20150522222222.php
  12. 2
      app/Migrations/Schema/V110/Version20150527101600.php
  13. 2
      app/Migrations/Schema/V110/Version20150527114220.php
  14. 2
      app/Migrations/Schema/V110/Version20150527120703.php
  15. 2
      app/Migrations/Schema/V110/Version20150528103216.php
  16. 2
      app/Migrations/Schema/V110/Version20150603142550.php
  17. 2
      app/Migrations/Schema/V110/Version20150603181728.php
  18. 2
      app/Migrations/Schema/V110/Version20150604145047.php
  19. 2
      app/Migrations/Schema/V110/Version20150608104600.php
  20. 2
      app/Migrations/Schema/V110/Version20150609113500.php
  21. 2
      app/Migrations/Schema/V110/Version20150610143426.php
  22. 2
      app/Migrations/Schema/V110/Version20150615171900.php
  23. 2
      app/Migrations/Schema/V110/Version20150616093200.php
  24. 2
      app/Migrations/Schema/V110/Version20150624164100.php
  25. 2
      app/Migrations/Schema/V110/Version20150625155000.php
  26. 2
      app/Migrations/Schema/V110/Version20150706135000.php
  27. 2
      app/Migrations/Schema/V110/Version20150709083710.php
  28. 2
      app/Migrations/Schema/V110/Version20150713132630.php
  29. 2
      app/Migrations/Schema/V111/Version111.php

@ -1,7 +1,7 @@
<?php
/* For licensing terms, see /license.txt */
namespace Chamilo\CoreBundle\Migrations;
namespace Application\Migrations;
use Chamilo\CoreBundle\Entity\SettingsCurrent;
use Chamilo\CoreBundle\Entity\SettingsOptions;

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -6,7 +6,7 @@ namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Entity\ExtraField;
use Chamilo\CoreBundle\Entity\ExtraFieldOptions;
use Chamilo\CoreBundle\Entity\ExtraFieldValues;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Database;
use Doctrine\DBAL\Schema\Schema;

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Types\Type;

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\DBAL\Types\Type as TableColumnType;

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

@ -3,7 +3,7 @@
namespace Application\Migrations\Schema\V111;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Application\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**

Loading…
Cancel
Save