App\services\AccountGatewayService::getRepo PHP 메소드

getRepo() 보호된 메소드

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