1
0
Fork 0
mirror of synced 2024-09-14 00:17:50 +12:00
appwrite/tests/e2e/Scopes/SideNone.php
2020-07-08 00:14:40 +03:00

11 lines
125 B
PHP

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