[WebLink] Removed unused property

This commit is contained in:
Alexander M. Turek 2021-03-07 14:19:33 +01:00
parent 42fead164c
commit 848972e830
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ class Link implements EvolvableLinkInterface
{
$that = clone $this;
$that->href = $href;
$that->templated = $this->hrefIsTemplated($href);
return $that;
}