1
0
Fork 0
mirror of synced 2024-07-07 15:36:19 +12:00

chore: fmt

This commit is contained in:
loks0n 2023-12-12 11:54:05 +00:00
parent 467f4eaa06
commit db324ba0aa

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);
}