1
0
Fork 0
mirror of synced 2024-07-01 20:50:49 +12:00
appwrite/tests/e2e/Scopes/SideNone.php

12 lines
125 B
PHP
Raw Normal View History

2020-07-08 09:14:40 +12:00
<?php
namespace Tests\E2E\Scopes;
trait SideNone
{
public function getHeaders():array
{
return [];
}
}