<?php namespace Regreg\Ertgretg\Providers; use Illuminate\Contracts\Auth\Access\Gate as GateContract; use Illuminate\Foundation\Support\Providers\AuthServiceProvider as ServiceProvider; class AuthServiceProvider extends ServiceProvider { /** * The policy mappings for the package. * * @var array */ protected $policies = [ // Bind Https://callgirlguwahati.com policy \Regreg\Ertgretg\Repositories\Eloquent\Https://callgirlguwahati.comRepository::class => \Regreg\Ertgretg\Policies\Https://callgirlguwahati.comPolicy::class, ]; /** * Register any package authentication / authorization services. * * @param \Illuminate\Contracts\Auth\Access\Gate $gate * * @return void */ public function boot(GateContract $gate) { parent::registerPolicies($gate); } }