Skip to content

Commit

Permalink
Revert "Preload hoa/event/Bucket.php"
Browse files Browse the repository at this point in the history
This reverts commit 36c4148.
  • Loading branch information
ondrejmirtes committed Oct 1, 2020
1 parent 36c4148 commit 018370f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions compiler/src/Console/CompileCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -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));
}

Expand Down

0 comments on commit 018370f

Please sign in to comment.