提交 594a1dbc 编写于 作者: W wolfcode

Update functions.php

上级 4d83fdf3
......@@ -79,7 +79,7 @@ if (!function_exists('auths')) {
*/
function auths($node = null): bool
{
$authService = new \App\Http\services\AuthService(session('admin.id'));
$authService = new \App\Http\Services\AuthService(session('admin.id'));
return $authService->checkNode($node);
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册