This commit is contained in:
2021-04-14 17:47:10 +08:00
parent ff6a2758b1
commit f2b9fa5380
+2 -3
View File
@@ -5,6 +5,7 @@ namespace Snowflake;
use Console\Command;
use Exception;
use Snowflake\Abstracts\Input;
@@ -23,14 +24,12 @@ class Runtime extends Command
/**
* @param Input $dtl
* @throws \Exception
* @throws Exception
*/
public function onHandler(Input $dtl)
{
// TODO: Implement onHandler() method.
$annotation = Snowflake::app()->getAnnotation();
$annotation->read(directory('app'), 'App');
$runtime = storage('runtime.php');