App\services\ExpenseCategoryService::getRepo PHP Method

getRepo() protected method

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