@@ -105,7 +105,7 @@ |
||
105 | 105 | throw new \InvalidArgumentException("[$model] must be a valid model class"); |
106 | 106 | } |
107 | 107 | |
108 | - $this->options = function ($value) use ($model, $idField, $textField) { |
|
108 | + $this->options = function($value) use ($model, $idField, $textField) { |
|
109 | 109 | if (empty($value)) { |
110 | 110 | return []; |
111 | 111 | } |
@@ -206,7 +206,7 @@ |
||
206 | 206 | throw new \InvalidArgumentException("[$model] must be a valid model class"); |
207 | 207 | } |
208 | 208 | |
209 | - $this->options = function ($value) use ($model, $idField, $textField) { |
|
209 | + $this->options = function($value) use ($model, $idField, $textField) { |
|
210 | 210 | if (empty($value)) { |
211 | 211 | return []; |
212 | 212 | } |