commands bug fix patch

remove commands from kernel which deos not exist.
This commit is contained in:
Manish Verma
2016-10-19 11:57:33 +05:30
parent d0000278d8
commit 5b0eeb5d81

View File

@@ -55,12 +55,6 @@ class Kernel extends ConsoleKernel
case 'work':
$this->getCondition($schedule->command('ticket:close'), $command);
break;
case 'followup':
$this->getCondition($schedule->command('users:followup'), $command);
break;
case 'message':
$this->getCondition($schedule->command('message:send'), $command);
break;
}
}