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 3e54103 commit 50fcd30Copy full SHA for 50fcd30
compiler/src/Console/CompileCommand.php
@@ -207,6 +207,8 @@ private function buildPreloadScript(): void
207
$output .= 'require_once __DIR__ . ' . var_export($path, true) . ';' . "\n";
208
}
209
210
+ $output .= 'require_once __DIR__ . ' . var_export('/vendor/symfony/polyfill-php80/Php80.php', true) . ';' . "\n";
211
+
212
file_put_contents($preloadScript, sprintf($template, $output));
213
214
0 commit comments