<?php
declare(strict_types=1);
namespace SyliusLabs\DoctrineMigrationsExtraBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
final class SyliusLabsDoctrineMigrationsExtraBundle extends Bundle
{
}