lint: run linter
This commit is contained in:
parent
26cf793943
commit
fa80def46c
2 changed files with 6 additions and 5 deletions
|
@ -30,7 +30,7 @@ class Kernel extends ConsoleKernel
|
|||
});
|
||||
|
||||
$schedule->command('digest:send --fortnightly')
|
||||
->twiceMonthly(1,16,'13:00')
|
||||
->twiceMonthly(1, 16, '13:00')
|
||||
->onFailure(function () {
|
||||
Log::error("Fortnightly email digest send failed");
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue