appwrite/src/Appwrite/Auth/OAuth2/TradeshiftBox.php
2021-01-27 22:21:22 +02:00

18 lines
282 B
PHP

<?php
namespace Appwrite\Auth\OAuth2;
use Appwrite\Auth\OAuth2\Tradeshift;
class TradeshiftBox extends Tradeshift
{
protected $environment = 'sandbox';
/**
* @return string
*/
public function getName(): string
{
return 'tradeshiftBox';
}
}