5515c25872
Update Symfony version to 5 Use strict typing
12 lines
162 B
PHP
Executable File
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
|
|
{
|
|
}
|