Removed use of deprecated methods in DB tests

This commit is contained in:
Alejandro Celaya
2021-01-31 11:50:45 +01:00
parent 1cd6fdeede
commit c58fa586e1
6 changed files with 89 additions and 109 deletions

View File

@@ -130,7 +130,7 @@ class ShortUrl extends AbstractEntity
/**
* @param Collection|Tag[] $tags
* @deprecated
* @deprecated Use ShortUrl::update to set the tags on this ShortUrl
*/
public function setTags(Collection $tags): self
{