Skip to content

Commit

Permalink
Update deprecated method call
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Hoffmann committed Apr 19, 2017
1 parent be1d0fb commit e9a6f99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Log/Engine/ConsoleLog.php
Expand Up @@ -75,7 +75,7 @@ public function __construct(array $config = [])
} else {
throw new InvalidArgumentException('`stream` not a ConsoleOutput nor string');
}
$this->_output->outputAs($config['outputAs']);
$this->_output->setOutputAs($config['outputAs']);
}

/**
Expand Down

0 comments on commit e9a6f99

Please sign in to comment.