From 0982878a0ccbd24396d05773c13de1a012e45d0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=98=E7=BC=98?= Date: Sun, 8 May 2016 07:58:50 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BB=9F=E8=AE=A1TP=E6=96=87=E4=BB=B6=E6=B3=A8?= =?UTF-8?q?=E9=87=8A=EF=BC=8C=E7=BB=9F=E4=B8=80psr2=E6=8D=A2=E8=A1=8C?= =?UTF-8?q?=E8=A7=84=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mode/console/App.php | 1 - mode/console/Error.php | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/mode/console/App.php b/mode/console/App.php index d3672af4..fd19be16 100644 --- a/mode/console/App.php +++ b/mode/console/App.php @@ -11,7 +11,6 @@ namespace think; - use think\Console; class App diff --git a/mode/console/Error.php b/mode/console/Error.php index 6f84280c..a0537e10 100644 --- a/mode/console/Error.php +++ b/mode/console/Error.php @@ -8,6 +8,7 @@ // +---------------------------------------------------------------------- // | Author: yunwuxin <448901948@qq.com> // +---------------------------------------------------------------------- + namespace think; class Error