Skip to content

Commit

Permalink
Update Nil.php
Browse files Browse the repository at this point in the history
  • Loading branch information
zackkitzmiller committed Dec 30, 2014
1 parent 2016530 commit 3b139ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZackKitzmiller/Nil.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ public function __sleep()

public function __wakeup()
{
self::getInstance();
return self::getInstance();
}

// must implement jsonSerialize
Expand Down

0 comments on commit 3b139ed

Please sign in to comment.