\Locations\NotificationSchedules\Policies\NotificationSchedulePolicy::class, // Bind NotificationDeliveredList policy 'Locations\NotificationSchedules\Models\NotificationDeliveredList' => \Locations\NotificationSchedules\Policies\NotificationDeliveredListPolicy::class, ]; /** * Register any package authentication / authorization services. * * @param \Illuminate\Contracts\Auth\Access\Gate $gate * * @return void */ public function boot(GateContract $gate) { parent::registerPolicies($gate); } }