We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b198e9 commit 080bb78Copy full SHA for 080bb78
src/BeSimple/SoapBundle/Controller/SoapWebServiceController.php
@@ -25,6 +25,7 @@
25
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
26
use Symfony\Component\HttpKernel\HttpKernelInterface;
27
use Symfony\Component\HttpKernel\Log\DebugLoggerInterface;
28
+use Symfony\Component\Routing\Generator\UrlGeneratorInterface;
29
30
/**
31
* @author Christian Kerl <[email protected]>
@@ -97,7 +98,7 @@ public function definitionAction($webservice)
97
98
$this->container->get('router')->generate(
99
'_webservice_call',
100
array('webservice' => $webservice),
- true
101
+ UrlGeneratorInterface::ABSOLUTE_URL
102
)
103
));
104
0 commit comments