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