code style fix

This commit is contained in:
Peter Papp
2021-04-25 09:02:00 +02:00
parent e103e61617
commit c47886fb8b
157 changed files with 2250 additions and 2583 deletions
-4
View File
@@ -1,7 +1,6 @@
<?php
return [
/*
|--------------------------------------------------------------------------
| Default Queue Connection Name
@@ -29,7 +28,6 @@ return [
*/
'connections' => [
'sync' => [
'driver' => 'sync',
],
@@ -65,7 +63,6 @@ return [
'retry_after' => 90,
'block_for' => null,
],
],
/*
@@ -84,5 +81,4 @@ return [
'database' => env('DB_CONNECTION', 'mysql'),
'table' => 'failed_jobs',
],
];