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