aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/command/audit_command.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/command/audit_command.rs')
-rw-r--r--crates/shirabe/src/command/audit_command.rs6
1 files changed, 3 insertions, 3 deletions
diff --git a/crates/shirabe/src/command/audit_command.rs b/crates/shirabe/src/command/audit_command.rs
index c631a870..b6a3a150 100644
--- a/crates/shirabe/src/command/audit_command.rs
+++ b/crates/shirabe/src/command/audit_command.rs
@@ -17,7 +17,7 @@ use shirabe_php_shim::{
InvalidArgumentException, PhpMixed, UnexpectedValueException, impl_php_class, implode,
in_array_strict,
};
-use shirabe_symfony_console::command::command::Command;
+use shirabe_symfony_console::command::Command;
use shirabe_symfony_console::input::InputInterface;
use shirabe_symfony_console::output::OutputInterface;
@@ -287,8 +287,8 @@ impl Command for AuditCommand {
fn complete(
&self,
- input: &shirabe_symfony_console::completion::completion_input::CompletionInput,
- suggestions: &mut shirabe_symfony_console::completion::completion_suggestions::CompletionSuggestions,
+ input: &shirabe_symfony_console::completion::CompletionInput,
+ suggestions: &mut shirabe_symfony_console::completion::CompletionSuggestions,
) -> anyhow::Result<()> {
crate::command::base_command::base_command_complete(self, input, suggestions)
}