We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beadbd7 commit 939b6c9Copy full SHA for 939b6c9
src/Models/Log.php
@@ -27,7 +27,7 @@ public function setFile(string $filename) {
27
try {
28
$this->parser->setFile($filename);
29
}
30
- catch(\Devdot\Monolog\Parser\Exceptions\FileNotFoundException $e) {
+ catch(\Devdot\Monolog\Exceptions\FileNotFoundException $e) {
31
return false;
32
33
return true;
0 commit comments