mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-06 23:33:13 +08:00
Set ShortUrlIdentifier constructor to private
This commit is contained in:
@@ -10,7 +10,7 @@ use Symfony\Component\Console\Input\InputInterface;
|
||||
|
||||
final class ShortUrlIdentifier
|
||||
{
|
||||
public function __construct(public readonly string $shortCode, public readonly ?string $domain = null)
|
||||
private function __construct(public readonly string $shortCode, public readonly ?string $domain = null)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user