Added new crawlable flag to Short URLs

This commit is contained in:
Alejandro Celaya
2021-05-22 07:35:47 +02:00
parent 2e6b3c0561
commit 348e34d52e
10 changed files with 74 additions and 0 deletions

View File

@@ -35,6 +35,7 @@ class ShortUrlsFixture extends AbstractFixture implements DependentFixtureInterf
'longUrl' => 'https://shlink.io',
'tags' => ['foo'],
'title' => 'My cool title',
'crawlable' => true,
]), $relationResolver),
'2018-05-01',
);