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;