From d9b4f8f336ac577dac359d3472e25cd7739d9e10 Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 25 Jan 2017 20:55:45 +0800 Subject: [PATCH] fix typo error fix typo error --- src/ServiceProvider.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ServiceProvider.php b/src/ServiceProvider.php index 955dc9e..e92c2c4 100755 --- a/src/ServiceProvider.php +++ b/src/ServiceProvider.php @@ -59,7 +59,7 @@ protected function setupConfig() */ public function register() { - $this->app->singleton(\easyWeChat\Foundation\Application::class, function ($app) { + $this->app->singleton(\EasyWeChat\Foundation\Application::class, function ($app) { $app = new Application(config('wechat')); if (config('wechat.use_laravel_cache')) {