Browse Source

Merge pull request #3372 from mul14/patch-1

Remove unnecessary whitespace
Taylor Otwell 10 years ago
parent
commit
e0ddb26e44
1 changed files with 1 additions and 1 deletions
  1. 1 1
      config/broadcasting.php

+ 1 - 1
config/broadcasting.php

@@ -39,7 +39,7 @@ return [
             'driver' => 'redis',
             'driver' => 'redis',
             'connection' => 'default',
             'connection' => 'default',
         ],
         ],
-        
+
         'log' => [
         'log' => [
             'driver' => 'log',
             'driver' => 'log',
         ],
         ],