| 1 | <?php  | 
            ||
| 9 | class CleanScheduleloggerCommand extends Command  | 
            ||
| 10 | { | 
            ||
| 11 | /**  | 
            ||
| 12 | * The console command name.  | 
            ||
| 13 | *  | 
            ||
| 14 | * @var string  | 
            ||
| 15 | */  | 
            ||
| 16 | protected $signature = 'schedulelogger:clean';  | 
            ||
| 17 | |||
| 18 | /**  | 
            ||
| 19 | * The console command description.  | 
            ||
| 20 | *  | 
            ||
| 21 | * @var string  | 
            ||
| 22 | */  | 
            ||
| 23 | protected $description = 'Clean up old records from the schedule log.';  | 
            ||
| 24 | |||
| 25 | public function handle()  | 
            ||
| 39 | }  | 
            ||
| 40 |