We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41f6c73 commit d9b4f8fCopy full SHA for d9b4f8f
src/ServiceProvider.php
@@ -59,7 +59,7 @@ protected function setupConfig()
59
*/
60
public function register()
61
{
62
- $this->app->singleton(\easyWeChat\Foundation\Application::class, function ($app) {
+ $this->app->singleton(\EasyWeChat\Foundation\Application::class, function ($app) {
63
$app = new Application(config('wechat'));
64
65
if (config('wechat.use_laravel_cache')) {
0 commit comments