added support ticket and added more stat widgets
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
<?php
|
||||
|
||||
use App\Models\Email;
|
||||
use App\Models\Ticket;
|
||||
use Illuminate\Foundation\Inspiring;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
|
||||
@@ -34,5 +35,8 @@ Schedule::call(function () {
|
||||
|
||||
Artisan::command('cleanMail', function (){
|
||||
$this->comment(Email::cleanMailbox());
|
||||
|
||||
});
|
||||
|
||||
Artisan::command('closeTicket', function (){
|
||||
$this->comment(Ticket::autoClose());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user