From 346b77a4d72d060a68c41011f16c83e9901ff227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=B5=9C=EC=A4=80=ED=9D=A0?= Date: Mon, 2 Mar 2026 13:33:51 +0900 Subject: [PATCH] dbmsv4 init...5 --- app/Libraries/AuthContext.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Libraries/AuthContext.php b/app/Libraries/AuthContext.php index 3b44a2c..13efaf0 100644 --- a/app/Libraries/AuthContext.php +++ b/app/Libraries/AuthContext.php @@ -69,7 +69,7 @@ class AuthContext public function isAccessRole(array $roles): bool { - $userRoles = $this->getRole(); + $userRoles = $this->getRoles(); if (empty($userRoles) || !is_array($userRoles)) { return false; }