mirror of
https://github.com/shlinkio/shlink.git
synced 2026-08-04 18:33:24 -05:00
Remove requirement of checker props in ShortUrlEdition
This commit is contained in:
@@ -57,9 +57,6 @@ final class ShortUrlDataInput
|
||||
return [
|
||||
...array_filter(get_object_vars($this), static fn (mixed $value) => $value !== null),
|
||||
'longUrl' => $longUrl,
|
||||
'validSinceWasProvided' => $this->validSince !== null,
|
||||
'validUntilWasProvided' => $this->validUntil !== null,
|
||||
'maxVisitsWasProvided' => $this->maxVisits !== null,
|
||||
'titleWasProvided' => $this->title !== null,
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user