Commit 9a9c08b3 authored by Fabien Potencier's avatar Fabien Potencier

minor #1544 FormTrait: Fixed unused imports (chihiro-adachi)

This PR was merged into the 2.2.x-dev branch.

Discussion
----------

FormTrait: Fixed unused imports

Commits
-------

b51414f8 Fix unused components
parents af928237 b51414f8
......@@ -11,10 +11,9 @@
namespace Silex\Application;
use Symfony\Component\Form;
use Symfony\Component\Form\Extension\Core\Type\FormType;
use Symfony\Component\Form\FormBuilder;
use Symfony\Component\OptionsResolver\OptionsResolver\FormTypeInterface;
use Symfony\Component\Form\FormTypeInterface;
/**
* Form trait.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment