\Labrender\FileRepository\Policies\NotificationsPolicy::class, // Bind Attachments policy \Labrender\FileRepository\Models\Attachments::class => \Labrender\FileRepository\Policies\AttachmentsPolicy::class, ]; /** * Register any package authentication / authorization services. * * @param \Illuminate\Contracts\Auth\Access\Gate $gate * * @return void */ public function boot(GateContract $gate) { parent::registerPolicies($gate); } }