From 85a316591f59f76db53d9f2172351f49f4e6bd8f Mon Sep 17 00:00:00 2001 From: merdan Date: Sat, 28 Mar 2020 20:22:55 +0500 Subject: [PATCH] home page mobile changed --- config/logging.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/logging.php b/config/logging.php index 5c3722bd..4688639c 100644 --- a/config/logging.php +++ b/config/logging.php @@ -35,7 +35,7 @@ return [ 'channels' => [ 'stack' => [ 'driver' => 'stack', - 'channels' => ['single'], + 'channels' => ['daily'], ], 'single' => [ @@ -78,4 +78,4 @@ return [ ], ], -]; \ No newline at end of file +];