\Newage\Vote\Policies\VoteItemPolicy::class,// Bind VoteTopic policy 'Newage\Vote\Models\VoteTopic' => \Newage\Vote\Policies\VoteTopicPolicy::class,// Bind VoteVoter policy 'Newage\Vote\Models\VoteVoter' => \Newage\Vote\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); } }