Skip to content

Commit bc4e404

Browse files
Merge pull request #7751 from rabbitmq/rabbitmq-server-7750
Closes #7750
2 parents c92801f + 9e25979 commit bc4e404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/ctl/commands/add_vhost_command.ex

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Copyright (c) 2007-2023 VMware, Inc. or its affiliates. All rights reserved.
66

77
defmodule RabbitMQ.CLI.Ctl.Commands.AddVhostCommand do
8-
alias RabbitMQ.CLI.Core.{DocGuide, ExitCodes, Helpers}
8+
alias RabbitMQ.CLI.Core.{DocGuide, ExitCodes, FeatureFlags, Helpers}
99

1010
@behaviour RabbitMQ.CLI.CommandBehaviour
1111

0 commit comments

Comments
 (0)