jqh 4 tahun lalu
induk
melakukan
46343ec063
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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());
     }
 }