@@ -36,7 +36,7 @@ class PublicController
public function test()
{
- GmService::getToken();
+ dump(GmService::getToken());
}
/**