Skip to content

Commit

Permalink
[fixed] logger->messages init error (#91)
Browse files Browse the repository at this point in the history
logger->messages init error
  • Loading branch information
Marico authored and inhere committed Jun 8, 2018
1 parent d0b0a41 commit 36b5d17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/framework/src/Log/Logger.php
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ public function initialize()
$this->pushlogs = [];
$this->profileStacks = [];

$this->messages[] = [];
$this->messages = [];
}

/**
Expand Down

0 comments on commit 36b5d17

Please sign in to comment.