App\services\ExpenseService::getRepo PHP Method

getRepo() protected method

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