From 251ef3210a2fe10eb385ce664f4802f410144ab2 Mon Sep 17 00:00:00 2001 From: tabuna Date: Mon, 18 Mar 2024 01:05:59 +0000 Subject: [PATCH] Fixed code style --- app/Console/Commands/UpdateAchievementsForPostWithLikes.php | 1 - 1 file changed, 1 deletion(-) diff --git a/app/Console/Commands/UpdateAchievementsForPostWithLikes.php b/app/Console/Commands/UpdateAchievementsForPostWithLikes.php index 6e1732e4..302e3775 100644 --- a/app/Console/Commands/UpdateAchievementsForPostWithLikes.php +++ b/app/Console/Commands/UpdateAchievementsForPostWithLikes.php @@ -4,7 +4,6 @@ use App\Achievements\Contents\AuthorHighInteraction; use App\Achievements\Contents\AuthorInteraction; -use App\Achievements\Contents\RecognizedAuthor; use App\Models\Post; use Illuminate\Console\Command; use Illuminate\Database\Eloquent\Collection;