Skip to content

Commit 118ef73

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: [WebLink] Removed unused property Fix method name compare in ResolveControllerNameSubscriber add uz security validator and form validator file uzb translation
2 parents 9c50065 + 565789c commit 118ef73

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Link.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ public function withHref($href)
9999
{
100100
$that = clone $this;
101101
$that->href = $href;
102-
$that->templated = $this->hrefIsTemplated($href);
103102

104103
return $that;
105104
}

0 commit comments

Comments
 (0)