Skip to content

Commit 01910ee

Browse files
committed
[Translator][LiveComponent] Fix cache warmers compatibility with Symfony 6.4
1 parent 2ed6d9f commit 01910ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Twig/TemplateCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ public function __construct(private \IteratorAggregate $templateIterator, privat
2626
{
2727
}
2828

29-
public function warmUp(string $cacheDir): array
29+
public function warmUp(string $cacheDir, string $buildDir = null): array
3030
{
3131
$map = [];
3232
foreach ($this->templateIterator as $item) {

0 commit comments

Comments
 (0)