Passed
Push — master ( ac041a...3ed185 )
by Gianluca
04:41
created
src/Http/Controllers/admin/AdminConfigurationFieldController.php 1 patch
Braces   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -54,7 +54,7 @@
 block discarded – undo
54 54
         if($type === 'textarea'){
55 55
             $html = '';
56 56
             $html .= '<textarea data-detail_id="'.$field->id .'" class="form-control mongifield"></textarea>';
57
-        }else{
57
+        } else{
58 58
             $html .= '<input type="'.$type.'" data-detail_id="'.$field->id .'" class="form-control mongifield">';
59 59
         }
60 60
         return $html;
Please login to merge, or discard this patch.