From d1d1802b14b64f790775a05fca755e8c497cc6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=80=99=E5=AD=A6=E6=9D=B0?= Date: Mon, 19 Mar 2018 16:36:30 +0800 Subject: [PATCH] namespace --- composer.json | 2 +- src/Client.php | 2 +- src/Middleware/InternalApi.php | 6 +++--- src/ServiceProvider.php | 4 +--- src/helpers.php | 2 +- 5 files changed, 7 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 3d37edc..54f6493 100644 --- a/composer.json +++ b/composer.json @@ -7,7 +7,7 @@ }, "autoload": { "psr-4": { - "InternalApi\\": "src/" + "PdInternalApi\\": "src/" }, "files": [ "src/helpers.php" diff --git a/src/Client.php b/src/Client.php index 5d52b59..d93227b 100644 --- a/src/Client.php +++ b/src/Client.php @@ -1,6 +1,6 @@