1
0
Fork 0
mirror of synced 2024-06-26 18:20:43 +12:00

fix types

This commit is contained in:
Torsten Dittmann 2021-09-30 12:32:24 +02:00
parent 1ed41f52d3
commit aa5d4cfc9b
2 changed files with 2 additions and 3 deletions

View file

@ -2,7 +2,7 @@
namespace Appwrite\Auth;
use Appwrite\Database\Document;
use Utopia\Database\Document;
use Appwrite\Database\Validator\Authorization;
class Auth

View file

@ -2,9 +2,8 @@
namespace Appwrite\Messaging\Adapter;
use Appwrite\Database\Document;
use Utopia\Database\Document;
use Appwrite\Messaging\Adapter;
use Redis;
use Utopia\App;
class Realtime extends Adapter