Various code cleanup and fixed alignments.

This commit is contained in:
James Cole
2024-01-01 14:45:51 +01:00
parent f963ac63f1
commit f3773ebfc2
66 changed files with 460 additions and 460 deletions

View File

@@ -35,7 +35,7 @@ return [
|
*/
'default' => env('BROADCAST_DRIVER', 'null'),
'default' => env('BROADCAST_DRIVER', 'null'),
/*
|--------------------------------------------------------------------------
@@ -67,21 +67,21 @@ return [
],
],
'ably' => [
'ably' => [
'driver' => 'ably',
'key' => env('ABLY_KEY'),
],
'redis' => [
'redis' => [
'driver' => 'redis',
'connection' => 'default',
],
'log' => [
'log' => [
'driver' => 'log',
],
'null' => [
'null' => [
'driver' => 'null',
],
],