count(); if($statusCount != $acct['statuses_count']) { $profile = Profile::find($id); if(!$profile) { AccountStatService::removeFromPostCount($id); continue; } $profile->status_count = $statusCount; $profile->save(); AccountService::del($id); } AccountStatService::removeFromPostCount($id); } return; } }