Closed Raulken closed 12 years ago
this in user bundle give to me this error
User.php public function serialize() { return serialize(array($this->facebookId, parent::serialize())); }
public function unserialize($data) { list($this->facebookId, $parentData) = unserialize($data); parent::unserialize($parentData); }
how i can fix?
hey, have you fixed it / how did you fix it pls.
this in user bundle give to me this error
User.php public function serialize() { return serialize(array($this->facebookId, parent::serialize())); }
how i can fix?