From 78246123c5eae4ccf9f6ea54b257774bfa03562d Mon Sep 17 00:00:00 2001 From: Yoga Pangestu Date: Fri, 30 Jan 2026 09:59:53 +0700 Subject: [PATCH] fix: Corrected typo in Journalist permissions within the Shield seeder. --- app/Notifications/BroadcastNotification.php | 1 - database/seeders/ShieldSeeder.php | 10 +++++----- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/app/Notifications/BroadcastNotification.php b/app/Notifications/BroadcastNotification.php index b52de30..b5c8e3a 100644 --- a/app/Notifications/BroadcastNotification.php +++ b/app/Notifications/BroadcastNotification.php @@ -6,7 +6,6 @@ use Illuminate\Bus\Queueable; use Illuminate\Contracts\Queue\ShouldQueue; use Illuminate\Notifications\Notification; - use Illuminate\Queue\SerializesModels; class BroadcastNotification extends Notification implements ShouldQueue diff --git a/database/seeders/ShieldSeeder.php b/database/seeders/ShieldSeeder.php index edef701..3852cc6 100644 --- a/database/seeders/ShieldSeeder.php +++ b/database/seeders/ShieldSeeder.php @@ -731,11 +731,11 @@ public function run(): void "Replicate:DataChangeRequest", "Reorder:DataChangeRequest", - "ViewAny:Journalits", - "View:Journalits", - "Create:Journalits", - "Update:Journalits", - "Delete:Journalits", + "ViewAny:Journalist", + "View:Journalist", + "Create:Journalist", + "Update:Journalist", + "Delete:Journalist", "View:Media",