diff options
Diffstat (limited to 'crates/shirabe/src/plugin/pre_command_run_event.rs')
| -rw-r--r-- | crates/shirabe/src/plugin/pre_command_run_event.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/crates/shirabe/src/plugin/pre_command_run_event.rs b/crates/shirabe/src/plugin/pre_command_run_event.rs index a3da4f7..2af2626 100644 --- a/crates/shirabe/src/plugin/pre_command_run_event.rs +++ b/crates/shirabe/src/plugin/pre_command_run_event.rs @@ -1,8 +1,8 @@ //! ref: composer/src/Composer/Plugin/PreCommandRunEvent.php // TODO(plugin): this event is part of the plugin API and is dispatched before a command runs -use crate::event_dispatcher::event::Event; -use shirabe_external_packages::symfony::component::console::input::input_interface::InputInterface; +use crate::event_dispatcher::Event; +use shirabe_external_packages::symfony::component::console::input::InputInterface; #[derive(Debug)] pub struct PreCommandRunEvent { |
