We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6a4b8e commit 70ff98aCopy full SHA for 70ff98a
src/Bridges/CacheLatte/CacheExtension.php
@@ -42,7 +42,7 @@ public function getTags(): array
42
return [
43
'cache' => function (Tag $tag): \Generator {
44
$this->used = true;
45
- return Nodes\CacheNode::create($tag);
+ return yield from Nodes\CacheNode::create($tag);
46
},
47
];
48
}
0 commit comments