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