CaptchaBundle/GregwarCaptchaBundle.php
Olaf 5515c25872 chore (Symfony) use Symfony 5 + strict typing
Update Symfony version to 5
Use strict typing
2019-12-30 00:27:20 +01:00

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
{
}