@@ -23,7 +23,7 @@ |
||
23 | 23 | |
24 | 24 | public function __construct(IOInterface $output) |
25 | 25 | { |
26 | - $this->output = $output; |
|
26 | + $this->output = $output; |
|
27 | 27 | parent::__construct(Plugin::YAWIK_PRE_CONFIGURE_EVENT); |
28 | 28 | } |
29 | 29 |