1
0
Fork 0
mirror of synced 2024-06-28 11:10:46 +12:00
appwrite/src/Appwrite/Auth/OAuth2/TradeshiftBox.php
2021-01-27 22:21:22 +02:00

19 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';
}
}