From ccbcd125a028ef6656f758a732a5614e1c1abee4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 30 Apr 2021 11:21:53 +0800 Subject: [PATCH] e --- HttpServer/Command.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/HttpServer/Command.php b/HttpServer/Command.php index b08d50c3..7fc29003 100644 --- a/HttpServer/Command.php +++ b/HttpServer/Command.php @@ -57,6 +57,9 @@ class Command extends \Console\Command } + /** + * + */ private function generate_runtime_builder() { exec(PHP_BINARY . ' snowflake runtime:builder');