瀏覽代碼

WebController バグ修正

develop
sosuke.iwabuchi 2 年之前
父節點
當前提交
3be4b10c53
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      app/Http/Controllers/Web/WebController.php

+ 1
- 1
app/Http/Controllers/Web/WebController.php 查看文件

@@ -212,7 +212,7 @@ abstract class WebController extends BaseController
if ($e->getStatusCode() === 401) {
return $this->unAuthorizedResponse();
}
throw e;
throw $e;
} catch (Exception $e) {
$this->transaction->rollBack();
Slack::commit();


Loading…
取消
儲存