From c9ccebc8f31c6f25bf41d55d15f0d9f817cbd79e Mon Sep 17 00:00:00 2001 From: philipp lang Date: Thu, 4 Jul 2024 23:58:46 +0200 Subject: [PATCH] Lint --- app/Prevention/Actions/PreventionIndexAction.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Prevention/Actions/PreventionIndexAction.php b/app/Prevention/Actions/PreventionIndexAction.php index 476ee170..d0570c8b 100644 --- a/app/Prevention/Actions/PreventionIndexAction.php +++ b/app/Prevention/Actions/PreventionIndexAction.php @@ -3,13 +3,14 @@ namespace App\Prevention\Actions; use Inertia\Inertia; +use Inertia\Response; use Lorisleiva\Actions\Concerns\AsAction; class PreventionIndexAction { use AsAction; - public function handle() + public function handle(): Response { session()->put('menu', 'setting'); session()->put('title', 'Prävention');