mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
Remove unused Authorization import from Bulk Delete.php to clean up code and improve maintainability.
This commit is contained in:
parent
5709265f6c
commit
3391563829
1 changed files with 0 additions and 1 deletions
|
|
@ -19,7 +19,6 @@ use Utopia\Database\Exception\Query as QueryException;
|
|||
use Utopia\Database\Exception\Restricted as RestrictedException;
|
||||
use Utopia\Database\Helpers\ID;
|
||||
use Utopia\Database\Query;
|
||||
use Utopia\Database\Validator\Authorization;
|
||||
use Utopia\Database\Validator\UID;
|
||||
use Utopia\Swoole\Response as SwooleResponse;
|
||||
use Utopia\Validator\ArrayList;
|
||||
|
|
|
|||
Loading…
Reference in a new issue