1
0
mirror of https://github.com/flarum/core.git synced 2025-08-06 08:27:42 +02:00

Rename method

This commit is contained in:
Franz Liedke
2019-08-20 19:45:42 +02:00
parent ad25307e68
commit 7dbdd8c024
4 changed files with 4 additions and 4 deletions

View File

@@ -62,7 +62,7 @@ class HandleErrors implements Middleware
if ($error->shouldBeReported()) {
foreach ($this->reporters as $reporter) {
$reporter->report($error);
$reporter->report($error->getException());
}
}