Forums
(@senghors)
5 years, 1 month ago
To solve the problem just change private into public.
private function __wakeup() { }
public function __wakeup() { }