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

getRepo() protected méthode

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