Skip to content

Commit

Permalink
Remove unused imports in Query.php
Browse files Browse the repository at this point in the history
  • Loading branch information
rasteiner authored and distantnative committed Nov 21, 2024
1 parent 045867c commit f62695d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/Query/Query.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,8 @@
use Kirby\Cms\User;
use Kirby\Image\QrCode;
use Kirby\Toolkit\I18n;
use Kirby\Toolkit\Query\Runner;
use Kirby\Toolkit\Query\Runners\Interpreted;
use Kirby\Toolkit\Query\Runners\Transpiled;
use Kirby\Toolkit\Query\Visitor;

/**
* The Query class can be used to query arrays and objects,
Expand Down

0 comments on commit f62695d

Please sign in to comment.