@@ -13,7 +13,6 @@ |
||
| 13 | 13 | |
| 14 | 14 | use Symfony\Bridge\Twig\TwigEngine; |
| 15 | 15 | use Symfony\Bundle\FrameworkBundle\Client; |
| 16 | -use Symfony\Bundle\FrameworkBundle\FrameworkBundle; |
|
| 17 | 16 | use Symfony\Bundle\FrameworkBundle\Kernel\MicroKernelTrait; |
| 18 | 17 | use Symfony\Component\Config\Loader\LoaderInterface; |
| 19 | 18 | use Symfony\Component\DependencyInjection\ContainerBuilder; |
@@ -87,7 +87,7 @@ |
||
| 87 | 87 | |
| 88 | 88 | public function registerContainerConfiguration(LoaderInterface $loader) |
| 89 | 89 | { |
| 90 | - $loader->load(function (ContainerBuilder $container) use ($loader) { |
|
| 90 | + $loader->load(function(ContainerBuilder $container) use ($loader) { |
|
| 91 | 91 | // $container->loadFromExtension('framework', array( |
| 92 | 92 | // 'router' => array( |
| 93 | 93 | // 'resource' => 'kernel:loadRoutes', |