Esempio n. 1
0
 public function __wakeup()
 {
     parent::__wakeup();
 }
Esempio n. 2
0
 public function __wakeup()
 {
     parent::__wakeup();
     $this->getModel();
     //caches model information from job id
 }