Completed
Push — master ( 58d394...f80fd6 )
by Song
02:37
created
src/Form/Field/Text.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
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([
Please login to merge, or discard this patch.