diff --git a/src/Tags/Url.php b/src/Tags/Url.php index 2fec105..a092a71 100644 --- a/src/Tags/Url.php +++ b/src/Tags/Url.php @@ -41,8 +41,6 @@ public function __construct(string $url) { $this->url = $url; - $this->lastModificationDate = Carbon::now(); - $this->changeFrequency = static::CHANGE_FREQUENCY_DAILY; }