@@ -1024,7 +1024,7 @@ |
||
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 | /** |