chore: code styling via pint
This commit is contained in:
@@ -9,17 +9,17 @@ Artisan::command('inspire', function () {
|
||||
$this->comment(Inspiring::quote());
|
||||
})->purpose('Display an inspiring quote');
|
||||
|
||||
//Schedule::call(function () {
|
||||
// Schedule::call(function () {
|
||||
// Email::fetchProcessStoreEmail();
|
||||
//})->everyMinute();
|
||||
// })->everyMinute();
|
||||
|
||||
Schedule::call(function () {
|
||||
Email::deleteBulkAttachments();
|
||||
})->daily();
|
||||
|
||||
//Schedule::call(function () {
|
||||
// Schedule::call(function () {
|
||||
// Email::deleteBulkMailboxes();
|
||||
//})->everyMinute();
|
||||
// })->everyMinute();
|
||||
|
||||
Schedule::call(function () {
|
||||
Email::deleteMessagesFromDB();
|
||||
@@ -30,13 +30,13 @@ Schedule::call(function () {
|
||||
})->everyThreeHours();
|
||||
|
||||
Schedule::call(function () {
|
||||
Email::cleanMailbox();
|
||||
Email::cleanMailbox();
|
||||
});
|
||||
|
||||
Artisan::command('cleanMail', function (){
|
||||
Artisan::command('cleanMail', function () {
|
||||
$this->comment(Email::cleanMailbox());
|
||||
});
|
||||
|
||||
Artisan::command('closeTicket', function (){
|
||||
$this->comment(Ticket::autoClose());
|
||||
Artisan::command('closeTicket', function () {
|
||||
$this->comment(Ticket::autoClose());
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user