mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Updated create shortcode action to accept the custom slug
This commit is contained in:
@@ -93,7 +93,6 @@ class UrlShortener implements UrlShortenerInterface
|
||||
$this->checkUrlExists($url);
|
||||
$customSlug = $this->processCustomSlug($customSlug);
|
||||
|
||||
|
||||
// Transactionally insert the short url, then generate the short code and finally update the short code
|
||||
try {
|
||||
$this->em->beginTransaction();
|
||||
|
||||
Reference in New Issue
Block a user