|
@@ -2,6 +2,8 @@
|
|
|
|
|
|
use Symfony\Component\HttpKernel\Kernel;
|
|
use Symfony\Component\HttpKernel\Kernel;
|
|
use Symfony\Component\Config\Loader\LoaderInterface;
|
|
use Symfony\Component\Config\Loader\LoaderInterface;
|
|
|
|
+use Symfony\Component\HttpKernel\HttpKernelInterface;
|
|
|
|
+use Symfony\Component\HttpFoundation\Request;
|
|
|
|
|
|
class AppKernel extends Kernel
|
|
class AppKernel extends Kernel
|
|
{
|
|
{
|