Apply fixes from StyleCI (#5356)

This commit is contained in:
Graham Campbell
2020-07-27 18:49:11 +01:00
committed by GitHub
parent 0e7fd2beb1
commit 6cbfb781a2
17 changed files with 0 additions and 50 deletions

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',
],
];