Skip to content
This repository was archived by the owner on Apr 29, 2019. It is now read-only.

Commit 5d36524

Browse files
committed
2 parents 8d6ad6a + e736b7a commit 5d36524

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Webapi/Controller/Rest/SynchronousRequestProcessor.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ public function process(\Magento\Framework\Webapi\Rest\Request $request)
8686
$route = $this->inputParamsResolver->getRoute();
8787
$serviceMethodName = $route->getServiceMethod();
8888
$serviceClassName = $route->getServiceClass();
89-
9089
$service = $this->objectManager->get($serviceClassName);
9190

9291
/**

0 commit comments

Comments
 (0)