From ea79290435d647f2ae3f4f7ca59af21d881fb1ca Mon Sep 17 00:00:00 2001 From: philipp lang Date: Wed, 28 May 2025 21:58:54 +0200 Subject: [PATCH] Lint --- app/Prevention/Actions/YearlyRememberAction.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Prevention/Actions/YearlyRememberAction.php b/app/Prevention/Actions/YearlyRememberAction.php index c1fbd2bc..5cf694dc 100644 --- a/app/Prevention/Actions/YearlyRememberAction.php +++ b/app/Prevention/Actions/YearlyRememberAction.php @@ -5,7 +5,6 @@ namespace App\Prevention\Actions; use App\Member\Member; use App\Prevention\Data\PreventionData; use App\Prevention\Mails\YearlyMail; -use App\Prevention\Models\PreventionHistory; use App\Prevention\PreventionSettings; use Illuminate\Support\Collection; use Illuminate\Support\Facades\Mail;