1
0
mirror of https://github.com/flarum/core.git synced 2025-07-21 08:41:17 +02:00

Rename method

This commit is contained in:
Franz Liedke
2019-08-20 19:45:42 +02:00
parent 18b887ee39
commit d41018dd1a
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());
}
}