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