We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d092c52 + a6c6756 commit 5ab169fCopy full SHA for 5ab169f
1 file changed
Plugin/Store/App/Request/PathInfoProcessor.php
@@ -77,6 +77,6 @@ public function aroundProcess(
77
}
78
79
$pathParts[0] = $storeCode;
80
- return $proceed($request, implode('/', $pathParts));
+ return $proceed($request, "/". implode('/', $pathParts));
81
82
0 commit comments