fix: [hr] 급여관리 접근 권한 사용자 변경 (이경호 → 이의찬)

This commit is contained in:
김보곤
2026-03-10 00:00:01 +09:00
parent 051707c1be
commit fff45cf707
4 changed files with 4 additions and 4 deletions

View File

@@ -11,7 +11,7 @@
class PayrollController extends Controller
{
private const ALLOWED_PAYROLL_USERS = ['이경호', '전진선', '김보곤'];
private const ALLOWED_PAYROLL_USERS = ['이의찬', '전진선', '김보곤'];
public function __construct(
private PayrollService $payrollService