Deleted condition to disable caching the WSDL in WebServiceContext
This commit is contained in:
parent
ebb5343e11
commit
8f79b3392a
|
@ -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']);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue