by('name', $name); } protected function setDefaultOrder(): void { $this->orderBy('name', 'ASC'); } }