@@ -22,7 +22,7 @@ |
||
22 | 22 | ->defaultAttribute('id', $this->id) |
23 | 23 | ->defaultAttribute('name', $this->elementName ?: $this->formatName($this->column)) |
24 | 24 | ->defaultAttribute('value', old($this->column, $this->value())) |
25 | - ->defaultAttribute('class', 'form-control ' . $this->getElementClassString()) |
|
25 | + ->defaultAttribute('class', 'form-control '.$this->getElementClassString()) |
|
26 | 26 | ->defaultAttribute('placeholder', $this->getPlaceholder()); |
27 | 27 | |
28 | 28 | $this->addVariables([ |