10 lines
136 B
PHP
10 lines
136 B
PHP
|
<?php
|
||
|
|
||
|
namespace Gregwar\CaptchaBundle;
|
||
|
|
||
|
use Symfony\Component\HttpKernel\Bundle\Bundle;
|
||
|
|
||
|
class GregwarCaptchaBundle extends Bundle
|
||
|
{
|
||
|
}
|