subMinutes(1440))->forceDelete(); PopularWeekly::where('created_at', '<=', Carbon::now()->subMinutes(10080))->forceDelete(); PopularMonthly::where('created_at', '<=', Carbon::now()->subMinutes(43200))->forceDelete(); $this->comment('Automated Purge Stats Complete'); } }