mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-11 09:43:13 +08:00
Added logic to persist device long URLs while creating/editing a short URL
This commit is contained in:
@@ -22,7 +22,7 @@ final class RoleDefinition
|
||||
{
|
||||
return new self(
|
||||
Role::DOMAIN_SPECIFIC,
|
||||
['domain_id' => $domain->getId(), 'authority' => $domain->getAuthority()],
|
||||
['domain_id' => $domain->getId(), 'authority' => $domain->authority()],
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user