fix: [hr] 급여관리 접근 권한 사용자 변경 (이경호 → 이의찬)
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
|
||||
class PayrollController extends Controller
|
||||
{
|
||||
private const ALLOWED_PAYROLL_USERS = ['이경호', '전진선', '김보곤'];
|
||||
private const ALLOWED_PAYROLL_USERS = ['이의찬', '전진선', '김보곤'];
|
||||
|
||||
public function __construct(
|
||||
private PayrollService $payrollService
|
||||
|
||||
Reference in New Issue
Block a user