mirror of
https://github.com/appwrite/appwrite
synced 2026-04-24 23:17:16 +00:00
11 lines
129 B
PHP
11 lines
129 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Scopes;
|
|
|
|
trait ProjectNone
|
|
{
|
|
public function getProject(): array
|
|
{
|
|
return [];
|
|
}
|
|
}
|