Skip to content

Commit e626a11

Browse files
committed
Update WithOpenLimit.php
1 parent cb1a7d8 commit e626a11

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Builders/UrlBuilder/Options/WithOpenLimit.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public function resolve(Collection &$shortUrlCollection): void
1616
{
1717
UrlRepository::updateShortUrl(
1818
$shortUrlCollection->get('identifier'),
19+
$shortUrlCollection->get('domain'),
1920
['limit' => $shortUrlCollection->get('limit')]
2021
);
2122
}

0 commit comments

Comments
 (0)