From f2b9fa5380fe481d6715e09422600de5d4408760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mr=C2=B7x?= Date: Wed, 14 Apr 2021 17:47:10 +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 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/System/Runtime.php b/System/Runtime.php index 30ca9887..dd304169 100644 --- a/System/Runtime.php +++ b/System/Runtime.php @@ -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');