Skip to content

Commit

Permalink
fix typo error
Browse files Browse the repository at this point in the history
fix typo error
  • Loading branch information
ac1982 authored Jan 25, 2017
1 parent 41f6c73 commit d9b4f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ServiceProvider.php
Original file line number Diff line number Diff line change
Expand Up @@ -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')) {
Expand Down

0 comments on commit d9b4f8f

Please sign in to comment.