mirror of
https://github.com/appwrite/appwrite
synced 2026-05-18 06:29:06 +00:00
7 lines
66 B
PHP
7 lines
66 B
PHP
<?php
|
|
|
|
namespace Tests\E2E\Services\Tokens;
|
|
|
|
trait TokensBase
|
|
{
|
|
}
|