Completed
Push — master ( 90cc04...822bf4 )
by Maxime
03:27
created
src/Distilleries/FormBuilder/FormView.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -24,7 +24,7 @@
 block discarded – undo
24 24
     }
25 25
 
26 26
 
27
-    if (!empty($this->formOptions) && !empty($this->formOptions['do_not_display_' . $name]) && $this->formOptions['do_not_display_' . $name] === true) {
27
+    if (!empty($this->formOptions) && !empty($this->formOptions['do_not_display_'.$name]) && $this->formOptions['do_not_display_'.$name] === true) {
28 28
         $type = 'hidden';
29 29
 
30 30
         if (!empty($options) && !empty($options['selected'])) {
Please login to merge, or discard this patch.