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 a517bc5 commit b67edd4Copy full SHA for b67edd4
src/ServiceProvider.php
@@ -93,8 +93,8 @@ public function register()
93
return $app;
94
});
95
}
96
- $this->app->alias($"wechat.{$name}.default", 'wechat.'.$name);
97
- $this->app->alias($"wechat.{$name}.default", 'easywechat.'.$name);
+ $this->app->alias("wechat.{$name}.default", 'wechat.'.$name);
+ $this->app->alias("wechat.{$name}.default", 'easywechat.'.$name);
98
99
100
0 commit comments