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