From 54a76a4ef8be33694dfd4f18b87550d3d914bb98 Mon Sep 17 00:00:00 2001 From: Christian Kerl Date: Mon, 4 Oct 2010 21:19:18 +0200 Subject: [PATCH] added DependencyInjection configuration for SoapKernel --- SoapKernel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoapKernel.php b/SoapKernel.php index 28644c5..3298b1f 100644 --- a/SoapKernel.php +++ b/SoapKernel.php @@ -16,7 +16,7 @@ class SoapKernel extends ContainerAware implements HttpKernelInterface return null; } - public function handle(Request:: $request = null, $type = self::MASTER_REQUEST, $raw = false) + public function handle(Request $request = null, $type = self::MASTER_REQUEST, $raw = false) { $this->container->getSymfonyHttpKernelService()->handle($request, $type, $raw); }