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