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