chore: fmt

This commit is contained in:
loks0n 2024-02-24 13:23:16 +00:00
parent e89d7f051b
commit 6cc1235e86

View file

@ -157,7 +157,7 @@ class Swagger2 extends Format
$sdkPlatforms[] = APP_PLATFORM_CLIENT;
}
}
$temp = [
'summary' => $route->getDesc(),
'operationId' => $route->getLabel('sdk.namespace', 'default') . ucfirst($method),