Created captcha type (this works, but still no image generation)

This commit is contained in:
Gregwar
2011-08-25 22:50:59 +02:00
commit 4e1892fc02
6 changed files with 175 additions and 0 deletions

9
GregwarCaptchaBundle.php Executable file
View File

@ -0,0 +1,9 @@
<?php
namespace Gregwar\CaptchaBundle;
use Symfony\Component\HttpKernel\Bundle\Bundle;
class GregwarCaptchaBundle extends Bundle
{
}