This commit is contained in:
2021-04-09 09:55:30 +08:00
parent 9e621b74b3
commit 8e2c4f51d8
+3 -1
View File
@@ -9,7 +9,7 @@ use Snowflake\Abstracts\Input;
/** /**
* Class Runtimer * Class Runtime
* @package Snowflake * @package Snowflake
*/ */
class Runtime extends Command class Runtime extends Command
@@ -18,6 +18,8 @@ class Runtime extends Command
public string $command = 'runtime:builder'; public string $command = 'runtime:builder';
public string $description = 'create app file cache';
/** /**
* @param Input $dtl * @param Input $dtl