We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811f113 commit 3842bc7Copy full SHA for 3842bc7
src/Loggable.php
@@ -12,6 +12,8 @@ trait Loggable
12
protected function initialize(InputInterface $input, OutputInterface $output)
13
{
14
$this->initializeLogging();
15
+
16
+ return parent::initialize($input, $output);
17
}
18
19
protected function initializeLogging()
0 commit comments