1
0
Fork 0
mirror of synced 2024-05-20 04:32:37 +12:00

Updated platform types

This commit is contained in:
Eldad Fux 2021-05-19 18:29:06 +03:00
parent 44a87a144d
commit 98df165050
2 changed files with 8 additions and 0 deletions

View file

@ -122,6 +122,10 @@ class OpenAPI3 extends Format
break;
}
}
if(empty($routeSecurity)) {
$sdkPlatofrms[] = APP_PLATFORM_CLIENT;
}
$temp = [
'summary' => $route->getDesc(),

View file

@ -121,6 +121,10 @@ class Swagger2 extends Format
break;
}
}
if(empty($routeSecurity)) {
$sdkPlatofrms[] = APP_PLATFORM_CLIENT;
}
$temp = [
'summary' => $route->getDesc(),