From 7043c87e5e74cbfda0352f038e53438b61ce0be1 Mon Sep 17 00:00:00 2001 From: Afiq Date: Tue, 1 Mar 2022 22:25:26 +0800 Subject: [PATCH] fix --- app/Http/Controllers/KhazanahController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/app/Http/Controllers/KhazanahController.php b/app/Http/Controllers/KhazanahController.php index 91fcf1b..64157ac 100644 --- a/app/Http/Controllers/KhazanahController.php +++ b/app/Http/Controllers/KhazanahController.php @@ -2972,6 +2972,7 @@ class KhazanahController extends Controller public function RequestPembatalan(Request $request) { + $auth_user = Auth::user(); $kodcaw = $request->kodcaw; $nombor = $request->no; $kodlaluan = $request->kodlaluan;