Move migrations directory to src

This commit is contained in:
Julie Lenaerts 2024-04-19 10:33:40 +02:00
parent 2c68224e9c
commit 00756a3bde
14 changed files with 61 additions and 61 deletions

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Job;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;