diff --git a/WebServiceContext.php b/WebServiceContext.php index eaeb588..49d447a 100644 --- a/WebServiceContext.php +++ b/WebServiceContext.php @@ -109,9 +109,7 @@ class WebServiceContext ->withTypeConverters($this->converters) ; - if (!$this->options['debug']) { - $this->serverBuilder->withWsdlCacheNone(); - } elseif (null !== $this->options['cache_type']) { + if (null !== $this->options['cache_type']) { $this->serverBuilder->withWsdlCache($this->options['cache_type']); } }