8000 merged branch Tobion/patch-4 (PR #6058) · rvdbogerd/symfony@5127492 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5127492

Browse files
committed
merged branch Tobion/patch-4 (PR symfony#6058)
This PR was merged into the master branch. Commits ------- acf8a70 [Routing] fix Route recompilation when hostname changed Discussion ---------- [Routing] fix Route recompilation when hostname changed
2 parents 00d132a + acf8a70 commit 5127492

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Symfony/Component/Routing/Route.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -149,6 +149,7 @@ public function getHostnamePattern()
149149
public function setHostnamePattern($pattern)
150150
{
151151
$this->hostnamePattern = (string) $pattern;
152+
$this->compiled = null;
152153

153154
return $this;
154155
}

0 commit comments

Comments
 (0)
0