Skip to content

Commit

Permalink
added file source of exception/error to be included in DB "where" filter
Browse files Browse the repository at this point in the history
  • Loading branch information
samsonasik committed Nov 30, 2016
1 parent 252744b commit dbf9c33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Handler/Writer/Db.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ public function isExists($errorFile, $errorLine, $errorMessage, $errorUrl)
$message => $errorMessage,
$line => $errorLine,
$url => $errorUrl,
$file => $errorFile,
]);
$select->order($timestamp.' DESC');
$select->limit(1);
Expand Down

0 comments on commit dbf9c33

Please sign in to comment.