App\services\TaxRateService::getRepo PHP Method

getRepo() protected method

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