jqh %!s(int64=4) %!d(string=hai) anos
pai
achega
46343ec063
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/Show/Html.php

+ 1 - 1
src/Show/Html.php

@@ -16,6 +16,6 @@ class Html extends Field
 
     public function render()
     {
-        return Helper::render($this->html, [], $this->parent->model());
+        return Helper::render($this->html, [$this->value()], $this->parent->model());
     }
 }