From 8e2c4f51d8ac3bc95f1dffd94ec63ed213b61b39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Fri, 9 Apr 2021 09:55:30 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- System/Runtime.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/System/Runtime.php b/System/Runtime.php index f95d8c4e..30ca9887 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -9,7 +9,7 @@ use Snowflake\Abstracts\Input; /** - * Class Runtimer + * Class Runtime * @package Snowflake */ class Runtime extends Command @@ -18,6 +18,8 @@ class Runtime extends Command public string $command = 'runtime:builder'; + public string $description = 'create app file cache'; + /** * @param Input $dtl