App\services\VendorService::getRepo PHP Method

getRepo() protected method

protected getRepo ( ) : VendorRepository
return App\Ninja\Repositories\VendorRepository
    protected function getRepo()
    {
        return $this->vendorRepo;
    }