master v0.9
Jean-Christian Paul Denis 2023-10-07 15:49:35 +02:00
parent dac7de41d6
commit 81bd9889d0
Signed by: JcDenis
GPG Key ID: 1B5B8C5B90B6C951
1 changed files with 3 additions and 3 deletions

View File

@ -154,7 +154,7 @@ class Utils
*/
public static function getError(): string
{
App::log()->getLogs([
$rs = App::log()->getLogs([
'log_table' => My::id() . '_error',
]);
@ -317,7 +317,7 @@ class Utils
private static function read(): string
{
App::log()->getLogs([
$rs = App::log()->getLogs([
'log_table' => My::id() . '_report',
]);
@ -326,7 +326,7 @@ class Utils
private static function expired(): bool
{
App::log()->getLogs([
$rs = App::log()->getLogs([
'log_table' => My::id() . '_report',
]);