mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 10:01:27 +08:00
Move logic to serialize ShortUrls to entity itself
This commit is contained in:
@@ -132,7 +132,7 @@ class PublishingUpdatesGeneratorTest extends TestCase
|
||||
'maxVisits' => null,
|
||||
],
|
||||
'domain' => null,
|
||||
'title' => $shortUrl->title(),
|
||||
'title' => 'The title',
|
||||
'crawlable' => false,
|
||||
'forwardQuery' => true,
|
||||
'visitsSummary' => VisitsSummary::fromTotalAndNonBots(0, 0),
|
||||
|
||||
Reference in New Issue
Block a user