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 0c9675a commit 5f4e5c3Copy full SHA for 5f4e5c3
src/Illuminate/Session/Store.php
@@ -732,6 +732,17 @@ public function getHandler()
732
return $this->handler;
733
}
734
735
+ /**
736
+ * Set the underlying session handler implementation.
737
+ *
738
+ * @param \SessionHandlerInterface $handler
739
+ * @return void
740
+ */
741
+ public function setHandler(SessionHandlerInterface $handler)
742
+ {
743
+ return $this->handler = $handler;
744
+ }
745
+
746
/**
747
* Determine if the session handler needs a request.
748
*
0 commit comments