mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Name fixes
This commit is contained in:
+2
-2
@@ -24,7 +24,7 @@ use Appwrite\Extend\Exception;
|
||||
use Appwrite\Auth\Auth;
|
||||
use Appwrite\Event\Event;
|
||||
use Appwrite\GraphQL\Builder;
|
||||
use Appwrite\GraphQL\SwoolePromiseAdapter;
|
||||
use Appwrite\GraphQL\CoroutinePromiseAdapter;
|
||||
use Appwrite\Network\Validator\Email;
|
||||
use Appwrite\Network\Validator\IP;
|
||||
use Appwrite\Network\Validator\URL;
|
||||
@@ -498,7 +498,7 @@ $register->set('cache', function () { // This is usually for our workers or CLI
|
||||
return $redis;
|
||||
});
|
||||
$register->set('promiseAdapter', function () {
|
||||
return new SwoolePromiseAdapter();
|
||||
return new CoroutinePromiseAdapter();
|
||||
});
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user