Skip to content

Commit 018370f

Browse files
committed
Revert "Preload hoa/event/Bucket.php"
This reverts commit 36c4148.
1 parent 36c4148 commit 018370f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

compiler/src/Console/CompileCommand.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,8 +176,6 @@ private function buildPreloadScript(): void
176176
$output .= 'require_once __DIR__ . ' . var_export($path, true) . ';' . "\n";
177177
}
178178

179-
$output .= 'require_once __DIR__ . \'/vendor/hoa/event/Bucket.php\';' . "\n";
180-
181179
file_put_contents($preloadScript, sprintf($template, $output));
182180
}
183181

0 commit comments

Comments
 (0)