mirror of
https://github.com/shlinkio/shlink.git
synced 2026-03-09 16:53:11 +08:00
Updated to readonly public props on as many models as possible
This commit is contained in:
@@ -14,7 +14,7 @@ use function sprintf;
|
||||
|
||||
final class ShortUrlImporting
|
||||
{
|
||||
private function __construct(private ShortUrl $shortUrl, private bool $isNew)
|
||||
private function __construct(private readonly ShortUrl $shortUrl, private readonly bool $isNew)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user