10000 [FrameworkBundle] adopt src/.preload.php · symfony/symfony@f4c47eb · GitHub
[go: up one dir, main page]

Skip to content

Commit f4c47eb

Browse files
[FrameworkBundle] adopt src/.preload.php
1 parent afd4027 commit f4c47eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ protected function execute(InputInterface $input, OutputInterface $output): int
174174
$preloadFile = $fs->makePathRelative(\dirname($containerFile, 2), $kernelDir);
175175
$preloadFile .= substr_replace(basename($containerFile), '.preload', -4, 0);
176176
$preloadFile = var_export('/'.$preloadFile, true);
177-
@file_put_contents($kernelDir.'/preload.php', <<<EOPHP
177+
@file_put_contents($kernelDir.'/.preload.php', <<<EOPHP
178178
<?php
179179
180180
if (file_exists(__DIR__.$preloadFile)) {

0 commit comments

Comments
 (0)
0