mirror of
https://github.com/appwrite/appwrite
synced 2026-05-04 13:58:37 +00:00
7 lines
66 B
PHP
7 lines
66 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Health;
|
|
|
|
trait HealthBase
|
|
{
|
|
}
|