mirror of
https://github.com/appwrite/appwrite
synced 2026-04-21 21:47:16 +00:00
9 lines
93 B
PHP
9 lines
93 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Projects;
|
|
|
|
use Tests\E2E\Client;
|
|
|
|
trait ProjectsBase
|
|
{
|
|
}
|