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

getRepo() 보호된 메소드

protected getRepo ( ) : CreditRepository
리턴 CreditRepository
    protected function getRepo()
    {
        return $this->categoryRepo;
    }