Skip to content

Commit 0e3c026

Browse files
committed
updated log handler
1 parent 7e0b5a3 commit 0e3c026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Logger/Monolog/Handler/MysqlHandler.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class MysqlHandler extends AbstractProcessingHandler
1313

1414
public function __construct($level = Logger::DEBUG, $bubble = true)
1515
{
16-
$this->table = env('DB_LOG_TABLE', 'logs');
16+
$this->table = env('DB_LOG_TABLE', 'logs');
1717
$this->connection = env('DB_LOG_CONNECTION', env('DB_CONNECTION', 'mysql'));
1818

1919
parent::__construct($level, $bubble);

0 commit comments

Comments
 (0)