From 32afed7f7b23a715cf2d3d51029a43c529edb974 Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Tue, 16 Dec 2025 14:21:53 +0700 Subject: [PATCH] feat: Add `View:CustomCompany` and `View:CustomMedia` permissions to the "Perusahaan" role. --- app/Filament/Pages/CustomCompany.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Filament/Pages/CustomCompany.php b/app/Filament/Pages/CustomCompany.php index dbc6544..282a8cc 100644 --- a/app/Filament/Pages/CustomCompany.php +++ b/app/Filament/Pages/CustomCompany.php @@ -20,7 +20,7 @@ class CustomCompany extends Page { use HasPageShield; - + protected string $view = 'filament.pages.company'; protected static ?string $title = 'Perusahaan';