Completed
Pull Request — master (#3028)
by
unknown
02:33
created
src/Form/Field.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -1024,7 +1024,7 @@
 block discarded – undo
1024 1024
     protected function getGroupClass($default = false)
1025 1025
     : string
1026 1026
     {
1027
-        return ($default ? 'form-group ' : '') . implode(' ', array_filter($this->groupClass));
1027
+        return ($default ? 'form-group ' : '').implode(' ', array_filter($this->groupClass));
1028 1028
     }
1029 1029
 
1030 1030
     /**
Please login to merge, or discard this patch.