ouppppps
This commit is contained in:
parent
dac7de41d6
commit
81bd9889d0
1 changed files with 3 additions and 3 deletions
|
@ -154,7 +154,7 @@ class Utils
|
||||||
*/
|
*/
|
||||||
public static function getError(): string
|
public static function getError(): string
|
||||||
{
|
{
|
||||||
App::log()->getLogs([
|
$rs = App::log()->getLogs([
|
||||||
'log_table' => My::id() . '_error',
|
'log_table' => My::id() . '_error',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
@ -317,7 +317,7 @@ class Utils
|
||||||
|
|
||||||
private static function read(): string
|
private static function read(): string
|
||||||
{
|
{
|
||||||
App::log()->getLogs([
|
$rs = App::log()->getLogs([
|
||||||
'log_table' => My::id() . '_report',
|
'log_table' => My::id() . '_report',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
@ -326,7 +326,7 @@ class Utils
|
||||||
|
|
||||||
private static function expired(): bool
|
private static function expired(): bool
|
||||||
{
|
{
|
||||||
App::log()->getLogs([
|
$rs = App::log()->getLogs([
|
||||||
'log_table' => My::id() . '_report',
|
'log_table' => My::id() . '_report',
|
||||||
]);
|
]);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue