Skip to content

Commit cb92848

Browse files
committed
fix info() method
1 parent 6d19307 commit cb92848

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CLI.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ public function notice($message, array $context = array())
250250
*/
251251
public function info($message, array $context = array())
252252
{
253-
$this->log('debug', $message, $context);
253+
$this->log('info', $message, $context);
254254
}
255255

256256
/**

0 commit comments

Comments
 (0)