Esempio n. 1
0
 protected function getNoticationOfUser()
 {
     if ($this->user_id) {
         return NoticationServiceFacade::getNoticationOfUser($this->user_id);
     }
 }