From 8c3eb0508faf6325e33b89fa06aef73eacec198e Mon Sep 17 00:00:00 2001 From: clamp <453097634@qq.com> Date: Fri, 31 Mar 2017 20:07:27 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0namespace=E4=B8=BAMetowolf?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index abe4088..7ca6eac 100644 --- a/composer.json +++ b/composer.json @@ -19,7 +19,7 @@ }, "autoload": { "psr-4": { - "Metowolf" : "src/" + "Metowolf\\" : "src/" } } }