1
0
Fork 0
mirror of synced 2024-06-03 11:24:48 +12:00
appwrite/tests/e2e/Scopes/ProjectNone.php
2020-07-08 00:14:40 +03:00

12 lines
129 B
PHP

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