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 ddcd334 commit c56e2b1Copy full SHA for c56e2b1
ClientConfiguration.php
@@ -20,7 +20,7 @@ public function __construct(
20
$this->parameters['event_dispatcher'] = $eventDispatcher;
21
}
22
23
- public function setCacheHandler(Cache $handler)
+ public function setCacheHandler(Cache $handler = null)
24
{
25
$this->parameters['cache']['handler'] = $handler;
26
@@ -32,4 +32,4 @@ public function all()
32
33
return $this->parameters;
34
35
-}
+}
0 commit comments