Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
fogelito committed May 9, 2024
1 parent 04abd91 commit f53d63b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion bin/tasks/query.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
use Utopia\Database\Adapter\MySQL;
use Utopia\Database\Database;
use Utopia\Database\Query;
use Utopia\Database\Validator\Authorization;
use Utopia\Mongo\Client;
use Utopia\Validator\Numeric;
use Utopia\Validator\Text;
Expand Down
2 changes: 1 addition & 1 deletion src/Database/Validator/Structure.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
use Utopia\Http\Validator\Boolean;
use Utopia\Http\Validator\FloatValidator;
use Utopia\Http\Validator\Integer;
use Utopia\Http\Validator\Text;
use Utopia\Http\Validator\Range;
use Utopia\Http\Validator\Text;

class Structure extends Validator
{
Expand Down

0 comments on commit f53d63b

Please sign in to comment.