Completed
Pull Request — master (#2801)
by
unknown
02:42
created
src/Grid/Filter/Presenter/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 
119 119
         $fieldId = $this->id;
120 120
 
121
-        $this->options = function ($value) use ($model, $idField, $textField, $fieldId) {
121
+        $this->options = function($value) use ($model, $idField, $textField, $fieldId) {
122 122
             $value = request()->old($fieldId, $value);
123 123
 
124 124
             if (empty($value)) {
Please login to merge, or discard this patch.
src/Form/Field/Select.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -118,7 +118,7 @@
 block discarded – undo
118 118
 
119 119
         $fieldId = $this->id;
120 120
 
121
-        $this->options = function ($value) use ($model, $idField, $textField, $fieldId) {
121
+        $this->options = function($value) use ($model, $idField, $textField, $fieldId) {
122 122
             $value = request()->old($fieldId, $value);
123 123
 
124 124
             if (empty($value)) {
Please login to merge, or discard this patch.