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