Skip to content

Commit 1cf2022

Browse files
Fix GeneratorCacheWarmer with Symfony 7 (#346)
* Fix GeneratorCacheWarmer with Symfony 7 * Update CacheWarmer/GeneratorCacheWarmer.php --------- Co-authored-by: Bob van de Vijver <[email protected]>
1 parent a94d233 commit 1cf2022

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CacheWarmer/GeneratorCacheWarmer.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ public function __construct(protected GeneratorCacheBuilder $generatorCacheBuild
1919
{
2020
}
2121

22-
public function warmUp(string $cacheDir): array
22+
public function warmUp(string $cacheDir, ?string $buildDir = null): array
2323
{
2424
$this->generatorCacheBuilder->buildFull();
2525

0 commit comments

Comments
 (0)