소스 검색

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…
취소
저장