From 81a9b73532be2917836be50e0684ecc790cb7d76 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sat, 13 Apr 2019 12:17:47 +0000 Subject: [PATCH] Apply fixes from StyleCI --- config/logging.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/logging.php b/config/logging.php index d955f262..a397bd2f 100644 --- a/config/logging.php +++ b/config/logging.php @@ -91,9 +91,9 @@ return [ ], 'debug' => [ - 'driver' => 'stack', + 'driver' => 'stack', 'channels' => ['bugsnag', 'single'], - ] + ], ], ];