Removed sla-escalate command from kernal

Removed sla-escalate atrisan command from kernal as the functionality is not working and which is causing the issue while running cron command in v1.10
This commit is contained in:
Manish Verma
2018-08-23 13:41:40 +05:30
committed by Manish Verma
parent 0ca9475261
commit 8e006192b1
2 changed files with 0 additions and 5 deletions

View File

@@ -21,10 +21,6 @@ Artisan::command('mac-update', function () {
$emails = new App\Model\helpdesk\Email\Emails();
$emails->update(['password'=>encrypt('')]);
})->describe('Updating encrypted value to null');
Artisan::command('sla-escalate', function () {
$noti = new \App\Http\Controllers\Agent\helpdesk\Notifications\NotificationController();
$noti->notificationSla();
})->describe('to send notification for sla due');
/*
* Command for pre install check