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

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

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