Repository URL to install this package:
|
Version:
2.3.7 ▾
|
jsarnowski/brizy-pro
/
bagrinsergiu
/
brizy-forms-sdk
/
lib
/
BrizyForms
/
NativeService
/
EgoiNativeService.php
|
|---|
<?php
namespace BrizyForms\NativeService;
class EgoiNativeService extends NativeService
{
/**
* @var string
*/
protected $baseUrl = 'https://api.e-goi.com/v2/rest.php';
protected function internalGetOptions()
{
return [];
}
}