From dac7de41d6c536da3d1909fcbd39a46477859653 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 7 Oct 2023 15:47:08 +0200 Subject: [PATCH] oups --- src/Utils.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Utils.php b/src/Utils.php index e3127ee..34e6a7a 100644 --- a/src/Utils.php +++ b/src/Utils.php @@ -275,7 +275,7 @@ class Utils private static function clear(): void { - App::log()->getLogs([ + $rs = App::log()->getLogs([ 'log_table' => [ My::id() . '_report', My::id() . '_error',