mirror of
https://github.com/appwrite/appwrite
synced 2026-05-10 18:50:56 +00:00
linter
This commit is contained in:
parent
c0be333c0f
commit
dbccb16784
4 changed files with 4 additions and 4 deletions
|
|
@ -11,8 +11,8 @@ use Appwrite\SDK\Method;
|
|||
use Appwrite\SDK\Response as SDKResponse;
|
||||
use Appwrite\Utopia\Response as UtopiaResponse;
|
||||
use Utopia\Database\Database;
|
||||
use Utopia\Database\Validator\Key;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
use Utopia\Database\Validator\Key;
|
||||
use Utopia\Database\Validator\Spatial;
|
||||
use Utopia\Database\Validator\UID;
|
||||
use Utopia\Swoole\Response as SwooleResponse;
|
||||
|
|
|
|||
|
|
@ -5,13 +5,13 @@ namespace Appwrite\Platform\Modules\Databases\Http\Databases\Collections\Attribu
|
|||
use Appwrite\Event\Event;
|
||||
use Appwrite\Platform\Modules\Databases\Http\Databases\Collections\Attributes\Action;
|
||||
use Appwrite\SDK\AuthType;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
use Appwrite\SDK\ContentType;
|
||||
use Appwrite\SDK\Deprecated;
|
||||
use Appwrite\SDK\Method;
|
||||
use Appwrite\SDK\Response as SDKResponse;
|
||||
use Appwrite\Utopia\Response as UtopiaResponse;
|
||||
use Utopia\Database\Database;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
use Utopia\Database\Validator\Key;
|
||||
use Utopia\Database\Validator\Spatial;
|
||||
use Utopia\Database\Validator\UID;
|
||||
|
|
|
|||
|
|
@ -5,9 +5,9 @@ namespace Appwrite\Platform\Modules\Tokens\Http\Tokens\Buckets\Files;
|
|||
use Appwrite\Auth\Auth;
|
||||
use Appwrite\Extend\Exception;
|
||||
use Utopia\Database\Database;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
use Utopia\Database\Validator\Authorization\Input;
|
||||
use Utopia\Platform\Action as UtopiaAction;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
|
||||
class Action extends UtopiaAction
|
||||
{
|
||||
|
|
|
|||
|
|
@ -13,10 +13,10 @@ use Exception;
|
|||
use Utopia\Database\Database;
|
||||
use Utopia\Database\Document;
|
||||
use Utopia\Database\Query;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
use Utopia\Database\Validator\UID;
|
||||
use Utopia\Platform\Scope\HTTP;
|
||||
use Utopia\Validator\Boolean;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
|
||||
class XList extends Action
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue