chore: fmt

This commit is contained in:
loks0n
2023-12-12 11:54:05 +00:00
parent 467f4eaa06
commit db324ba0aa
+1 -1
View File
@@ -29,7 +29,7 @@ class Request extends UtopiaRequest
if (\is_array($method)) {
$method = $method[0];
}
$endpointIdentifier = self::getRoute()->getLabel('sdk.namespace', 'unknown') . '.' .$method;
$endpointIdentifier = self::getRoute()->getLabel('sdk.namespace', 'unknown') . '.' . $method;
$parameters = self::getFilter()->parse($parameters, $endpointIdentifier);
}