From 848972e8309608f2450ae0eecbb09435ba4aab01 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Sun, 7 Mar 2021 14:19:33 +0100 Subject: [PATCH] [WebLink] Removed unused property --- src/Symfony/Component/WebLink/Link.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Symfony/Component/WebLink/Link.php b/src/Symfony/Component/WebLink/Link.php index a43028443c..c0402c6dc0 100644 --- a/src/Symfony/Component/WebLink/Link.php +++ b/src/Symfony/Component/WebLink/Link.php @@ -99,7 +99,6 @@ class Link implements EvolvableLinkInterface { $that = clone $this; $that->href = $href; - $that->templated = $this->hrefIsTemplated($href); return $that; }