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:

committed by
Manish Verma

parent
0ca9475261
commit
8e006192b1
@@ -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
|
||||
|
Reference in New Issue
Block a user