App\services\TaxRateService::getRepo PHP 메소드

getRepo() 보호된 메소드

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