|
@@ -28,11 +28,11 @@ |
|
|
block discarded – undo |
|
28
|
28
|
use Sensio\Bundle\FrameworkExtraBundle\SensioFrameworkExtraBundle; |
|
29
|
29
|
use SimpleBus\SymfonyBridge\SimpleBusCommandBusBundle; |
|
30
|
30
|
use SimpleBus\SymfonyBridge\SimpleBusEventBusBundle; |
|
|
31
|
+use Symfony\Bundle\FrameworkBundle\FrameworkBundle; |
|
31
|
32
|
use Symfony\Bundle\SecurityBundle\SecurityBundle; |
|
32
|
33
|
use Symfony\Bundle\TwigBundle\TwigBundle; |
|
33
|
34
|
use Symfony\Component\Config\Loader\LoaderInterface; |
|
34
|
35
|
use Symfony\Component\HttpKernel\Kernel; |
|
35
|
|
-use Symfony\Bundle\FrameworkBundle\FrameworkBundle; |
|
36
|
36
|
|
|
37
|
37
|
/** |
|
38
|
38
|
* Class AppKernel. |
Please login to merge, or discard this patch.