mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Added logic to resolve tags during short URL creation through ShortUrlRelationResolver
This commit is contained in:
@@ -13,10 +13,12 @@ use function str_replace;
|
||||
use function strtolower;
|
||||
use function trim;
|
||||
|
||||
/** @deprecated */
|
||||
trait TagManagerTrait
|
||||
{
|
||||
/**
|
||||
* @param string[] $tags
|
||||
* @deprecated
|
||||
* @return Collections\Collection|Tag[]
|
||||
*/
|
||||
private function tagNamesToEntities(EntityManagerInterface $em, array $tags): Collections\Collection
|
||||
|
||||
Reference in New Issue
Block a user