Added missing license to the PropelTypeGuesser

This commit is contained in:
William DURAND 2011-09-28 18:55:54 +03:00
parent 9a2b031e62
commit 7beb193368

View file

@ -1,5 +1,13 @@
<?php
/**
* This file is part of the PropelBundle package.
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*
* @license MIT License
*/
namespace Propel\PropelBundle\Form;
use Symfony\Component\Form\FormTypeGuesserInterface;