Static data must remain static data.

This commit is contained in:
James Cole
2016-05-05 07:45:29 +02:00
parent 36f3eb8b2f
commit b211d72c8b

View File

@@ -343,7 +343,7 @@ class ExpandedForm
$label = $this->label($name, $options);
$options = $this->expandOptionArray($name, $label, $options);
$classes = $this->getHolderClasses($name);
$value = $this->fillFieldValue($name, $value);
//$value = $this->fillFieldValue($name, $value);
$html = view('form.static', compact('classes', 'name', 'label', 'value', 'options'))->render();
return $html;