mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 17:23:12 +08:00
Replaced UriInterface by string when creating a short URL
This commit is contained in:
@@ -46,6 +46,6 @@ class SingleStepCreateShortUrlAction extends AbstractCreateShortUrlAction
|
||||
]);
|
||||
}
|
||||
|
||||
return new CreateShortUrlData(new Uri($query['longUrl']));
|
||||
return new CreateShortUrlData($query['longUrl']);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user