CaptchaBundle/GregwarCaptchaBundle.php

12 lines
162 B
PHP
Executable File

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