/**
  * Get user.
  *
  * @return \Orchestra\Model\User|null
  */
 protected function getUser()
 {
     return $this->auth->getUser();
 }