This commit is contained in:
2021-11-30 15:10:01 +08:00
parent e5b57cbcdb
commit b826e1f594
36 changed files with 155 additions and 81 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ class Runtime extends Command
public function execute(InputInterface $input, OutputInterface $output): int
{
// TODO: Implement onHandler() method.
$annotation = Kiri::app()->getAnnotation();
$annotation = Kiri::app()->getNote();
$runtime = storage(static::CACHE_NAME);
$config = storage(static::CONFIG_NAME);