소스 검색

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',