add tagging

This commit is contained in:
team 1
2026-02-21 16:48:52 +01:00
parent cf5b473034
commit 41fe7fa0d4
2 changed files with 3 additions and 1 deletions

View File

@@ -5,6 +5,7 @@ declare(strict_types=1);
namespace App\Tag;
use Doctrine\DBAL\ArrayParameterType;
use Doctrine\DBAL\Exception;
use Doctrine\ORM\EntityManagerInterface;
use Symfony\Component\Uid\Uuid;
@@ -21,6 +22,7 @@ final class TagRoutingService
/**
* @return string[]|null
* @throws Exception
*/
public function route(string $query): ?array
{