add tagging
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user