aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/plugin/pre_command_run_event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/plugin/pre_command_run_event.rs')
-rw-r--r--crates/shirabe/src/plugin/pre_command_run_event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/plugin/pre_command_run_event.rs b/crates/shirabe/src/plugin/pre_command_run_event.rs
index 50a182b6..23728e4c 100644
--- a/crates/shirabe/src/plugin/pre_command_run_event.rs
+++ b/crates/shirabe/src/plugin/pre_command_run_event.rs
@@ -4,8 +4,8 @@
use crate::event_dispatcher::Event;
use crate::event_dispatcher::EventInterface;
use indexmap::IndexMap;
-use shirabe_external_packages::symfony::console::input::InputInterface;
use shirabe_php_shim::PhpMixed;
+use shirabe_symfony_console::input::InputInterface;
#[derive(Debug)]
pub struct PreCommandRunEvent {