瀏覽代碼

AppKernel updated

Guillermo Espinoza 7 年之前
父節點
當前提交
cbb8c760d0
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      app/AppKernel.php

+ 2 - 0
app/AppKernel.php

@@ -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
 {
 {