We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62dc237 commit 1e37910Copy full SHA for 1e37910
src/app/Library/CrudPanel/CrudFilter.php
@@ -285,7 +285,7 @@ public function label($value)
285
*/
286
public function values($value)
287
{
288
- $this->values = (!is_string($value) && is_callable($value)) ? $value() : $value;
+ $this->values = (! is_string($value) && is_callable($value)) ? $value() : $value;
289
290
return $this->save();
291
}
0 commit comments