1
0
Fork 0
mirror of synced 2024-10-03 02:37:40 +13:00
appwrite/tests/e2e/Scopes/SideClient.php

12 lines
127 B
PHP
Raw Normal View History

2020-01-12 02:58:02 +13:00
<?php
namespace Tests\E2E\Scopes;
trait SideClient
{
public function getHeaders():array
{
return [];
}
}