Fix namespace

This commit is contained in:
Sobuno
2024-12-31 10:40:32 +01:00
parent 84560a6f44
commit 74f76a2835
3 changed files with 5 additions and 5 deletions

View File

@@ -22,7 +22,7 @@
declare(strict_types=1);
namespace Tests\unit\Support;
namespace Tests\unit\Support\Search;
use FireflyIII\Support\Search\Field;
use FireflyIII\Support\Search\QueryParserInterface;