Пример #1
0
 /**
  * get ward by id
  *
  * @param $id
  * @return bool|\Illuminate\Support\Collection|null|static
  */
 public function getWardById($id)
 {
     return $this->_wardModel->getById($id) ? $this->_wardModel->getById($id) : false;
 }