More code cleanup

This commit is contained in:
James Cole
2023-12-20 19:39:53 +01:00
parent 64ec0cf62e
commit 680012056b
29 changed files with 259 additions and 349 deletions

View File

@@ -23,7 +23,6 @@
declare(strict_types=1);
return [
/*
|--------------------------------------------------------------------------
| Default Queue Connection Name
@@ -51,7 +50,6 @@ return [
*/
'connections' => [
'sync' => [
'driver' => 'sync',
],
@@ -88,7 +86,6 @@ return [
'retry_after' => 90,
'block_for' => null,
],
],
/*
@@ -107,5 +104,4 @@ return [
'database' => env('DB_CONNECTION', 'mysql'),
'table' => 'failed_jobs',
],
];