summaryrefslogtreecommitdiffstats
path: root/lib/session/memory.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/session/memory.php')
-rw-r--r--lib/session/memory.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/session/memory.php b/lib/session/memory.php
index 4202ddfd2fc..c148ff4b9b9 100644
--- a/lib/session/memory.php
+++ b/lib/session/memory.php
@@ -15,7 +15,7 @@ namespace OC\Session;
*
* @package OC\Session
*/
-class Memory implements Session {
+class Memory extends Session {
protected $data;
public function __construct($name) {