self::DESC, self::DESC => self::ASC, }; } /** * Get SQL ORDER BY clause value */ public function toSql(): string { return strtoupper($this->value); } }