Skip to content

Commit

Permalink
Merge pull request #68 from zhuchunshu/dev
Browse files Browse the repository at this point in the history
更新:修复无限写日志的bug
  • Loading branch information
zhuchunshu committed Sep 18, 2023
2 parents 4fc39c4 + 8571ace commit 97fb10e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/helpers.php
Expand Up @@ -1078,7 +1078,6 @@ function _serialize($closure): string
if (!function_exists('_unserialize')) {
function _unserialize(string $serialized)
{
admin_log()->insert("2","2","2",$serialized);
return unserialize($serialized)->getClosure();
}
}

0 comments on commit 97fb10e

Please sign in to comment.