App\services\PaymentTermService::getRepo PHP Method

getRepo() protected method

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