mirror of
https://github.com/flarum/core.git
synced 2025-07-21 08:41:17 +02:00
Rename method
This commit is contained in:
@@ -62,7 +62,7 @@ class HandleErrors implements Middleware
|
||||
|
||||
if ($error->shouldBeReported()) {
|
||||
foreach ($this->reporters as $reporter) {
|
||||
$reporter->report($error);
|
||||
$reporter->report($error->getException());
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user