From 5aaeaa04998ee522133ad9880cee91fa10d47801 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 17:01:14 +0800 Subject: [PATCH] bug fix --- src/Middleware/InternalApi.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Middleware/InternalApi.php b/src/Middleware/InternalApi.php index 6db6e65..2068e35 100644 --- a/src/Middleware/InternalApi.php +++ b/src/Middleware/InternalApi.php @@ -7,7 +7,7 @@ use Illuminate\Http\JsonResponse; use Illuminate\Support\Str; use function PdInternalApi\sign; -class PdInternalApi +class InternalApi { public function __construct()