1
0
Fork 0
mirror of synced 2024-07-03 05:31:38 +12:00
appwrite/tests/e2e/Services/Projects/ProjectsBase.php

10 lines
97 B
PHP
Raw Normal View History

2020-07-08 21:11:12 +12:00
<?php
namespace Tests\E2E\Services\Projects;
use Tests\E2E\Client;
trait ProjectsBase
{
}