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