소스 검색

不要なログ削除

develop
sosuke.iwabuchi 2 년 전
부모
커밋
8791fb529f
1개의 변경된 파일1개의 추가작업 그리고 4개의 파일을 삭제
  1. +1
    -4
      app/Logic/ReceiptIssuingOrder/ReceiptIssuingOrderManager.php

+ 1
- 4
app/Logic/ReceiptIssuingOrder/ReceiptIssuingOrderManager.php 파일 보기

@@ -66,10 +66,7 @@ abstract class ReceiptIssuingOrderManager
}

if ($this->order->updated_at->notEqualTo($timestamp)) {
logger([
'request' => $timestamp,
'current' => $this->order->updated_at,
]);

throw new ExclusiveException();
}



Loading…
취소
저장