Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
nanderson11 authored and github-actions[bot] committed May 7, 2023
1 parent 6b7d4fe commit f701578
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 18 deletions.
8 changes: 4 additions & 4 deletions config/mail.php
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,15 @@
'mailgun' => [
'transport' => 'mailgun',
// 'client' => [
// 'timeout' => 5,
// ],
// 'timeout' => 5,
// ],
],

'postmark' => [
'transport' => 'postmark',
// 'client' => [
// 'timeout' => 5,
// ],
// 'timeout' => 5,
// ],
],

'sendmail' => [
Expand Down
28 changes: 14 additions & 14 deletions config/queue.php
Original file line number Diff line number Diff line change
Expand Up @@ -74,20 +74,20 @@
],

/*
|--------------------------------------------------------------------------
| Job Batching
|--------------------------------------------------------------------------
|
| The following options configure the database and table that store job
| batching information. These options can be updated to any database
| connection and table which has been defined by your application.
|
*/

'batching' => [
'database' => env('DB_CONNECTION', 'mysql'),
'table' => 'job_batches',
],
|--------------------------------------------------------------------------
| Job Batching
|--------------------------------------------------------------------------
|
| The following options configure the database and table that store job
| batching information. These options can be updated to any database
| connection and table which has been defined by your application.
|
*/

'batching' => [
'database' => env('DB_CONNECTION', 'mysql'),
'table' => 'job_batches',
],

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit f701578

Please sign in to comment.