diff --git a/src/Applications/OpenPlatform/Application.php b/src/Applications/OpenPlatform/Application.php index cbfabf709..9ef682c8c 100644 --- a/src/Applications/OpenPlatform/Application.php +++ b/src/Applications/OpenPlatform/Application.php @@ -47,7 +47,7 @@ class Application extends ServiceContainer */ public function createOfficialAccount(string $appId, string $refreshToken) { - $instance = new OfficialAccount([/** todo */]); + $instance = new OfficialAccount([/* todo */]); $instance['oauth'] = $this->offsetGet('open_platform.oauth'); $instance['server'] = $this->offsetGet('open_platform.server');