Completed
Branch master (67ff9d)
by Thomas
06:56
created
src/command/GenerateResponseCommand.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -230,7 +230,7 @@
 block discarded – undo
230 230
 		$module = $this->packageService->getModule();
231 231
 		$action = $module->getAction($actionName);
232 232
 		$prefix = substr($actionName, 0, strpos($actionName, 'relationship') + 12);
233
-		$readAction = $module->getAction($prefix.'-read');
233
+		$readAction = $module->getAction($prefix . '-read');
234 234
 		
235 235
 		// get modules names
236 236
 		$matches = [];
Please login to merge, or discard this patch.