From aaf8686e6c6775c26c99003793bf598e371aad41 Mon Sep 17 00:00:00 2001 From: Ilham Wara Nugroho Date: Mon, 29 Jun 2026 11:58:54 +0700 Subject: [PATCH] update --- app/Http/Controllers/ProfileController.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Http/Controllers/ProfileController.php b/app/Http/Controllers/ProfileController.php index 370bb8e..8440a91 100644 --- a/app/Http/Controllers/ProfileController.php +++ b/app/Http/Controllers/ProfileController.php @@ -279,7 +279,7 @@ class ProfileController extends Controller $action = ''; - if((permission('is_create', $this->route.'.*','module',false)) || (permission('is_update', $this->route.'.*','module',false))){ + if((@permission('is_create', $this->route.'.*','module',false)) || (@permission('is_update', $this->route.'.*','module',false))){ $action .= ''; }