diff --git a/compiler/src/Console/CompileCommand.php b/compiler/src/Console/CompileCommand.php index d240dd852c..55eea6f472 100644 --- a/compiler/src/Console/CompileCommand.php +++ b/compiler/src/Console/CompileCommand.php @@ -176,8 +176,6 @@ private function buildPreloadScript(): void $output .= 'require_once __DIR__ . ' . var_export($path, true) . ';' . "\n"; } - $output .= 'require_once __DIR__ . \'/vendor/hoa/event/Bucket.php\';' . "\n"; - file_put_contents($preloadScript, sprintf($template, $output)); }