From e685a16fb954da4c0279105ccf2d6426f98b4db3 Mon Sep 17 00:00:00 2001 From: sebprt Date: Thu, 4 Jul 2024 10:40:59 +0200 Subject: [PATCH] Fixed run commande : we should not unregister autoload because it still use later in the execution --- src/Console/Command/RunCommand.php | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/Console/Command/RunCommand.php b/src/Console/Command/RunCommand.php index 83b03500..5e490762 100644 --- a/src/Console/Command/RunCommand.php +++ b/src/Console/Command/RunCommand.php @@ -106,8 +106,6 @@ private function pipelineWorker(Console\Style\SymfonyStyle $style, string $cwd, \$satellite(\$runtime); \$runtime->run(); - - \$autoload->unregister(); PHP; $stream = fopen('php://temp', 'r+'); @@ -175,8 +173,6 @@ private function workflowWorker(Console\Style\SymfonyStyle $style, string $cwd, \$satellite(\$runtime); \$runtime->run(); - - \$autoload->unregister(); PHP; $stream = fopen('php://temp', 'r+');