DONE: renaming the frontend url to mykopkb

This commit is contained in:
ISMAIL MASSERAN
2026-07-06 15:56:01 +08:00
parent 33372f2c95
commit 91399a5ae6
6 changed files with 6 additions and 6 deletions
@@ -200,7 +200,7 @@ class MembershipApplicationService
{
if ($application->status !== ApplicationStatus::PendingBoard) {
throw ValidationException::withMessages([
'status' => ['Permohonan ini tidak boleh disemak pada peringkat lembaga.'],
'status' => ['Permohonan ini tidak boleh disemak pada peringkat ahli lembaga.'],
]);
}