1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/tests/e2e/Scopes/SideClient.php
2020-01-11 15:58:02 +02:00

12 lines
127 B
PHP

<?php
namespace Tests\E2E\Scopes;
trait SideClient
{
public function getHeaders():array
{
return [];
}
}