Remove unused Authorization import from Bulk Delete.php to clean up code and improve maintainability.

This commit is contained in:
shimon 2025-11-03 11:07:17 +02:00
parent 5709265f6c
commit 3391563829

View file

@ -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;