change migration namespace

This commit is contained in:
Julien Fastré 2021-03-02 17:15:52 +01:00
parent 60cfa5ddd5
commit acf26ed5c8
2 changed files with 2 additions and 2 deletions

View File

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

View File

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