App\services\VendorService::getRepo PHP Метод

getRepo() защищенный Метод

protected getRepo ( ) : VendorRepository
Результат App\Ninja\Repositories\VendorRepository
    protected function getRepo()
    {
        return $this->vendorRepo;
    }