Added more tags to more fixture short URLs in API keys

This commit is contained in:
Alejandro Celaya
2021-01-10 09:54:19 +01:00
parent fa5934b8b6
commit 13cc70e6d4
5 changed files with 22 additions and 6 deletions

View File

@@ -72,6 +72,7 @@ class ShortUrlsFixture extends AbstractFixture implements DependentFixtureInterf
$this->addReference('abc123_short_url', $abcShortUrl);
$this->addReference('def456_short_url', $defShortUrl);
$this->addReference('ghi789_short_url', $ghiShortUrl);
$this->addReference('example_short_url', $withDomainDuplicatingShortCode);
}
private function setShortUrlDate(ShortUrl $shortUrl, string $date): ShortUrl