This commit is contained in:
Yuri Kuznetsov
2021-05-27 12:09:12 +03:00
parent 3207aeb741
commit ae3d59fc47

View File

@@ -172,7 +172,7 @@ class EntryPoint implements Runner
ob_start();
$this->entryPointManager->run($entryPoint, $requestWrapped, $responseWrapped/*, $data*/);
$this->entryPointManager->run($entryPoint, $requestWrapped, $responseWrapped);
$contents = ob_get_clean();