mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-10 09:13:11 +08:00
Added logic to persist device long URLs while creating/editing a short URL
This commit is contained in:
@@ -20,7 +20,7 @@ final class DomainItem implements JsonSerializable
|
||||
|
||||
public static function forNonDefaultDomain(Domain $domain): self
|
||||
{
|
||||
return new self($domain->getAuthority(), $domain, false);
|
||||
return new self($domain->authority(), $domain, false);
|
||||
}
|
||||
|
||||
public static function forDefaultDomain(string $defaultDomain, NotFoundRedirectConfigInterface $config): self
|
||||
|
||||
Reference in New Issue
Block a user