@@ -51,7 +51,7 @@ |
||
51 | 51 | if ('GET' != $workingObject->RequestVerb && !Str::contains($workingObject->RequestURL, '/$links/')) { |
52 | 52 | if (null === $workingObject->Response->getHeaders()['Location']) { |
53 | 53 | $msg = 'Location header not set in subrequest response for '. $workingObject->RequestVerb |
54 | - .' request url '.$workingObject->RequestURL; |
|
54 | + .' request url '.$workingObject->RequestURL; |
|
55 | 55 | throw new \Exception($msg); |
56 | 56 | } |
57 | 57 | $this->contentIDToLocationLookup[$contentID] = $workingObject->Response->getHeaders()['Location']; |