|string> */ public function rules(): array { return [ 'question' => 'nullable|string|max:255', 'answer' => 'nullable|string', ]; } }