migration namespace adjusted

This commit is contained in:
Julie Lenaerts 2021-09-28 11:45:56 +02:00
parent cb5b45cbe8
commit 41fc41b1da

View File

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