浏览代码

Remove templates method from method calls

Thomas Rabaix 13 年之前
父节点
当前提交
1bb14449d2
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      DependencyInjection/Compiler/AddDependencyCallsCompilerPass.php

+ 2 - 0
DependencyInjection/Compiler/AddDependencyCallsCompilerPass.php

@@ -236,6 +236,8 @@ class AddDependencyCallsCompilerPass implements CompilerPassInterface
             $pos++;
         }
 
+        $definition->setMethodCalls($methods);
+
         // make sure the default templates are defined
         $definedTemplates = array_merge(array(
             'user_block'        => 'SonataAdminBundle:Core:user_block.html.twig',