Browse Source

AppKernel updated

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
cbb8c760d0
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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
 {