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