@@ -3,7 +3,6 @@ |
||
| 3 | 3 | namespace Vivait\BootstrapBundle\Controller; |
| 4 | 4 | |
| 5 | 5 | use Symfony\Component\HttpFoundation\Request; |
| 6 | -use Vivait\Common\Event\EntityEvent; |
|
| 7 | 6 | |
| 8 | 7 | class Controller extends \Symfony\Bundle\FrameworkBundle\Controller\Controller |
| 9 | 8 | { |
@@ -2,10 +2,10 @@ |
||
| 2 | 2 | |
| 3 | 3 | namespace Vivait\BootstrapBundle\DependencyInjection; |
| 4 | 4 | |
| 5 | -use Symfony\Component\DependencyInjection\ContainerBuilder; |
|
| 6 | 5 | use Symfony\Component\Config\FileLocator; |
| 7 | -use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
|
| 6 | +use Symfony\Component\DependencyInjection\ContainerBuilder; |
|
| 8 | 7 | use Symfony\Component\DependencyInjection\Loader; |
| 8 | +use Symfony\Component\HttpKernel\DependencyInjection\Extension; |
|
| 9 | 9 | |
| 10 | 10 | /** |
| 11 | 11 | * This is the class that loads and manages your bundle configuration |