baseQuery() protected static method

protected static baseQuery ( integer $userId ) : ConversationQuery
$userId integer
return ConversationQuery
 /**
  * @inheritDoc
  */
 protected static function baseQuery($userId)
 {
     return parent::baseQuery($userId)->with(['newMessages', 'contact.profile']);
 }