mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-17 15:59:56 +03:00
Set ShortUrlIdentifier constructor to private
This commit is contained in:
parent
6074e4ae2c
commit
cdef430b0b
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue