andWhereEqual('isDefault', $isDefault); } public function filterByIsCommon(bool $isCommon) { return $this->andWhereEqual('isCommon', $isCommon); } }