Ver Fonte

AppKernel updated

Guillermo Espinoza há 7 anos atrás
pai
commit
cbb8c760d0
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      app/AppKernel.php

+ 2 - 0
app/AppKernel.php

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