Skip to content

Commit 1e37910

Browse files
committed
apply fix from style CI
1 parent 62dc237 commit 1e37910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/Library/CrudPanel/CrudFilter.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ public function label($value)
285285
*/
286286
public function values($value)
287287
{
288-
$this->values = (!is_string($value) && is_callable($value)) ? $value() : $value;
288+
$this->values = (! is_string($value) && is_callable($value)) ? $value() : $value;
289289

290290
return $this->save();
291291
}

0 commit comments

Comments
 (0)