Browse Source

update to stack

Taylor Otwell 6 years ago
parent
commit
ff0bec857e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      config/logging.php

+ 2 - 2
config/logging.php

@@ -30,8 +30,8 @@ return [
     */
 
     'channels' => [
-        'aggregate' => [
-            'driver' => 'aggregate',
+        'stack' => [
+            'driver' => 'stack',
             'channels' => ['single', 'daily'],
         ],