ソースを参照

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();


読み込み中…
キャンセル
保存