change migration namespace

This commit is contained in:
Julien Fastré 2021-03-02 17:15:44 +01:00
parent 82dbda8b5e
commit 84347ec982
4 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,6 +1,6 @@
<?php declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Event;
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\Event;
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\Event;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;