@@ -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 | { |
@@ -53,6 +53,9 @@ |
||
| 53 | 53 | return self::$_output; |
| 54 | 54 | } |
| 55 | 55 | |
| 56 | + /** |
|
| 57 | + * @param integer $level |
|
| 58 | + */ |
|
| 56 | 59 | private static function dumpInternal($var, $level) { |
| 57 | 60 | switch(gettype($var)) { |
| 58 | 61 | case 'boolean': |
@@ -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 |