Correct namespace

This commit is contained in:
Marc Ducobu 2021-04-27 15:11:31 +02:00
parent 0f9a395dfc
commit e973c4013f

View File

@ -2,7 +2,7 @@
declare(strict_types=1);
namespace Application\Migrations;
namespace Chill\Migrations\Person;
use Doctrine\DBAL\Schema\Schema;
use Doctrine\Migrations\AbstractMigration;