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