orderBy) { parent::getOrderBy(); if (false !== stripos($this->orderBy, 'DESC')) { $this->orderBy = [$this->orderBy, 'id DESC']; } } return $this->orderBy; } }