mirror of
https://github.com/appwrite/appwrite
synced 2026-05-06 14:58:33 +00:00
7 lines
70 B
PHP
7 lines
70 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Projects;
|
|
|
|
trait ProjectsBase
|
|
{
|
|
}
|