Update doc, fix "use".

1.10.x
Julio Montoya 10 years ago
parent eb859c335d
commit 6d6d146a53
  1. 1
      src/Chamilo/CoreBundle/Migrations/Schema/V110/Version20150522112023.php
  2. 4
      src/Chamilo/CoreBundle/Migrations/Schema/V110/Version20150522222222.php
  3. 5
      src/Chamilo/CoreBundle/Migrations/Schema/V110/Version20150527114220.php

@ -6,7 +6,6 @@ namespace Chamilo\CoreBundle\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**
* Usergroup changes
*/

@ -6,9 +6,9 @@ namespace Chamilo\CoreBundle\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**
* Auto-generated Migration: Please modify to your needs!
* Class Version20150522222222
* @package Chamilo\CoreBundle\Migrations\Schema\V110
*/
class Version20150522222222 extends AbstractMigrationChamilo
{

@ -3,10 +3,13 @@
namespace Chamilo\CoreBundle\Migrations\Schema\V110;
use Chamilo\CoreBundle\Migrations\AbstractMigrationChamilo;
use Doctrine\DBAL\Schema\Schema;
/**
* Auto-generated Migration: Please modify to your needs!
* Class Version20150527114220
* Lp category
* @package Chamilo\CoreBundle\Migrations\Schema\V110
*/
class Version20150527114220 extends AbstractMigrationChamilo
{

Loading…
Cancel
Save