CaptchaBundle/GregwarCaptchaBundle.php

10 lines
136 B
PHP
Raw Normal View History

<?php
namespace Gregwar\CaptchaBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class GregwarCaptchaBundle extends Bundle
{
}