mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Cleanup
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
require_once __DIR__.'/../init.php';
|
||||
|
||||
use Appwrite\Storage\Validator\Path;
|
||||
use Utopia\App;
|
||||
use Utopia\Logger\Log;
|
||||
use Utopia\Logger\Log\User;
|
||||
@@ -14,6 +13,7 @@ use Utopia\Config\Config;
|
||||
use Utopia\Domains\Domain;
|
||||
use Appwrite\Auth\Auth;
|
||||
use Appwrite\Network\Validator\Origin;
|
||||
use Appwrite\Storage\Validator\Path;
|
||||
use Appwrite\Utopia\Response\Filters\V06;
|
||||
use Appwrite\Utopia\Response\Filters\V07;
|
||||
use Appwrite\Utopia\Response\Filters\V08;
|
||||
|
||||
@@ -3,10 +3,6 @@
|
||||
namespace Tests\E2E;
|
||||
|
||||
use Exception;
|
||||
use function curl_setopt;
|
||||
use function http_build_query;
|
||||
use const CURLOPT_PATH_AS_IS;
|
||||
use const CURLOPT_TIMEOUT;
|
||||
|
||||
class Client
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user