Skip to content

Commit 9c94e51

Browse files
authored
Merge pull request joelbutcher#3 from saruman/patch-1
2 parents c44279e + edcbb09 commit 9c94e51

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/Application.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,4 +107,7 @@ public function unserialize($serialized)
107107

108108
$this->__construct($id, $secret);
109109
}
110+
111+
public function __serialize() {}
112+
public function __unserialize(array $data) {}
110113
}

0 commit comments

Comments
 (0)