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