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 36c4148 commit 018370fCopy full SHA for 018370f
compiler/src/Console/CompileCommand.php
@@ -176,8 +176,6 @@ private function buildPreloadScript(): void
176
$output .= 'require_once __DIR__ . ' . var_export($path, true) . ';' . "\n";
177
}
178
179
- $output .= 'require_once __DIR__ . \'/vendor/hoa/event/Bucket.php\';' . "\n";
180
-
181
file_put_contents($preloadScript, sprintf($template, $output));
182
183
0 commit comments