ソースを参照

The ControlerResolver service as been moved in http_kernel

Damien Alexandre 14 年 前
コミット
56483dc14f

+ 1 - 1
src/Symfony/Bundle/FrameworkBundle/Controller/InternalController.php

@@ -42,6 +42,6 @@ class InternalController extends ContainerAware
             $attributes->add($tmp);
         }
 
-        return $this->container->get('controller_resolver')->forward($controller, $attributes->all(), $request->query->all());
+        return $this->container->get('http_kernel')->forward($controller, $attributes->all(), $request->query->all());
     }
 }