App\services\PaymentTermService::getRepo PHP Méthode

getRepo() protected méthode

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