Implement logic to import redirect rules from other Shlink instances

This commit is contained in:
Alejandro Celaya
2024-12-22 12:42:06 +01:00
parent b8d7917691
commit 2f39aff2fe
9 changed files with 87 additions and 22 deletions

View File

@@ -76,7 +76,6 @@ class ShortUrl extends AbstractEntity
/**
* @param non-empty-string $longUrl
* @internal
*/
public static function withLongUrl(string $longUrl): self
{