From 55e9201b1a0330c236cbcd3f1ccf2a232e36da6b Mon Sep 17 00:00:00 2001 From: Your Name Date: Sat, 29 Aug 2026 16:52:22 +0930 Subject: [PATCH] Update stale command-name reference in comment to admin:fixProfileCounts --- app/Console/Commands/AccountPostCountStatUpdate.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Console/Commands/AccountPostCountStatUpdate.php b/app/Console/Commands/AccountPostCountStatUpdate.php index e0d52dd15..d2c3100ed 100644 --- a/app/Console/Commands/AccountPostCountStatUpdate.php +++ b/app/Console/Commands/AccountPostCountStatUpdate.php @@ -69,7 +69,7 @@ class AccountPostCountStatUpdate extends Command // Reconcile only the status_count column (this queue is fed by // status create/delete events). Shared recompute logic lives in - // AccountStatService so it stays consistent with fix:profilecounts. + // AccountStatService so it stays consistent with admin:fixProfileCounts. AccountStatService::reconcileProfileCounts($profile, ['statuses']); AccountStatService::removeFromPostCount($id);