This commit is contained in:
2021-02-20 15:21:42 +08:00
parent 60805d5f4c
commit 52bf002be5
14 changed files with 20 additions and 46 deletions
-2
View File
@@ -40,8 +40,6 @@ class Reduce
return $pipe->onHandler($request, $passable);
} catch (\Throwable $throwable) {
return Json::to(0, $throwable);
} finally {
fire(Event::EVENT_AFTER_REQUEST);
}
};
});