1
0
Fork 0
mirror of synced 2024-06-14 00:34:51 +12:00
appwrite/src/Appwrite/Auth/OAuth2/TradeshiftBox.php
2024-03-06 18:34:21 +01:00

17 lines
251 B
PHP

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