App\services\TaxRateService::getRepo PHP Méthode

getRepo() protected méthode

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