From 71192eecf888680de7482f46462418822b0f827e Mon Sep 17 00:00:00 2001 From: overtrue Date: Wed, 5 Apr 2017 11:59:38 +0000 Subject: [PATCH] Apply fixes from StyleCI --- src/OpenPlatform/Guard.php | 1 - 1 file changed, 1 deletion(-) diff --git a/src/OpenPlatform/Guard.php b/src/OpenPlatform/Guard.php index c7a645ca5..9be9539ca 100644 --- a/src/OpenPlatform/Guard.php +++ b/src/OpenPlatform/Guard.php @@ -31,7 +31,6 @@ use EasyWeChat\Server\Guard as ServerGuard; use EasyWeChat\Support\Collection; use Pimple\Container; -use Symfony\Component\HttpFoundation\Request; use Symfony\Component\HttpFoundation\Response; class Guard extends ServerGuard