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 c28dbbf commit c36e664Copy full SHA for c36e664
README.md
@@ -194,7 +194,7 @@ class OpenPlatformController extends Controller
194
195
public function __invoke(Application $application): \Psr\Http\Message\ResponseInterface
196
{
197
- $app = app('easywechat.open-platform');
+ $app = app('easywechat.open_platform');
198
199
return $this->handleServerEvents($app);
200
}
0 commit comments