From 82baf67a73e4888328385f26b19b4a7af0abc283 Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 11 Dec 2024 22:37:49 +0100 Subject: [PATCH] Lint --- app/Form/Scopes/ParticipantFilterScope.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/Form/Scopes/ParticipantFilterScope.php b/app/Form/Scopes/ParticipantFilterScope.php index 14435afd..339c998c 100644 --- a/app/Form/Scopes/ParticipantFilterScope.php +++ b/app/Form/Scopes/ParticipantFilterScope.php @@ -19,6 +19,10 @@ use Spatie\LaravelData\Mappers\SnakeCaseMapper; #[MapOutputName(SnakeCaseMapper::class)] class ParticipantFilterScope extends ScoutFilter { + + public static string $nan = 'deeb3ef4-d185-44b1-a4bc-0a4e7addebc3d8900c6f-a344-4afb-b54e-065ed483a7ba'; + public Form $form; + /** * @param array $data */ @@ -29,9 +33,6 @@ class ParticipantFilterScope extends ScoutFilter ) { } - public static string $nan = 'deeb3ef4-d185-44b1-a4bc-0a4e7addebc3d8900c6f-a344-4afb-b54e-065ed483a7ba'; - public Form $form; - public function getQuery(): Builder { $this->search = $this->search ?: '';