diff options
Diffstat (limited to 'crates/shirabe-symfony-console/src/input/streamable_input_interface.rs')
| -rw-r--r-- | crates/shirabe-symfony-console/src/input/streamable_input_interface.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe-symfony-console/src/input/streamable_input_interface.rs b/crates/shirabe-symfony-console/src/input/streamable_input_interface.rs index 559b34a0..b9a8e766 100644 --- a/crates/shirabe-symfony-console/src/input/streamable_input_interface.rs +++ b/crates/shirabe-symfony-console/src/input/streamable_input_interface.rs @@ -1,6 +1,6 @@ //! ref: composer/vendor/symfony/console/Input/StreamableInputInterface.php -use crate::input::input_interface::InputInterface; +use crate::input::InputInterface; use shirabe_php_shim::PhpResource; pub trait StreamableInputInterface: InputInterface { |
