mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-12 01:54:41 +08:00
Add API tests to cover usage of orphan visits restricted keys
This commit is contained in:
@@ -26,7 +26,7 @@ final class RoleDefinition
|
||||
);
|
||||
}
|
||||
|
||||
public static function forOrphanVisitsExcluded(): self
|
||||
public static function forNoOrphanVisits(): self
|
||||
{
|
||||
return new self(Role::NO_ORPHAN_VISITS, []);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user