\Newage\Votes\Policies\VoteItemPolicy::class, // Bind VoteTopic policy 'Newage\Votes\Models\VoteTopic' => \Newage\Votes\Policies\VoteTopicPolicy::class, // Bind VoteVoter policy 'Newage\Votes\Models\VoteVoter' => \Newage\Votes\Policies\VoteVoterPolicy::class, ]; /** * Register any package authentication / authorization services. * * @param \Illuminate\Contracts\Auth\Access\Gate $gate * * @return void */ public function boot(GateContract $gate) { parent::registerPolicies($gate); } }