mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-07 13:41:23 +00:00
Setup pint & run code style fix
This commit is contained in:
@@ -63,6 +63,6 @@ return [
|
||||
],
|
||||
|
||||
'cron_job' => [
|
||||
'auth_token' => env('CRON_JOB_AUTH_TOKEN', 0)
|
||||
'auth_token' => env('CRON_JOB_AUTH_TOKEN', 0),
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user