|string> */ public function rules(): array { return [ 'search' => 'required|min:2' ]; } }