We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8addcee commit 9ee9042Copy full SHA for 9ee9042
1 file changed
bundle/View/TagView.php
@@ -35,6 +35,6 @@ public function isCacheEnabled(): bool
35
36
protected function getInternalParameters(): array
37
{
38
- return ['tag' => $this->tag];
+ return ['tag' => $this->tag ?? null];
39
}
40
0 commit comments