Skip to content

Commit 3842bc7

Browse files
committed
ICL: Parent class method called.
1 parent 811f113 commit 3842bc7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Loggable.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@ trait Loggable
1212
protected function initialize(InputInterface $input, OutputInterface $output)
1313
{
1414
$this->initializeLogging();
15+
16+
return parent::initialize($input, $output);
1517
}
1618

1719
protected function initializeLogging()

0 commit comments

Comments
 (0)