Преглед на файлове

agregue em como variable que contiene el entity_manager

Luciano Andrade преди 7 години
родител
ревизия
98285199b5
променени са 1 файла, в които са добавени 1 реда и са изтрити 0 реда
  1. 1 0
      Services/TemplateService.php

+ 1 - 0
Services/TemplateService.php

@@ -52,6 +52,7 @@ class TemplateService
     {
         $content = null;
         $template = $this->getTemplateByName($name);
+	$params = array('em' => $this->entityManager) + $params;
         if (!is_null($template)) {
             $content = $this->render($template, $params);
 	    var_dump($content);