소스 검색

wip: fix Traits

3.x
wallo 2 년 전
부모
커밋
6a03eb0e47
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      app/Traits/Blamable.php

+ 0
- 1
app/Traits/Blamable.php 파일 보기

@@ -15,7 +15,6 @@ trait Blamable
15 15
 
16 16
         static::updating(static function ($model) {
17 17
             $model->updated_by = Auth::check() ? Auth::id() : null;
18
-            $model->save();
19 18
         });
20 19
     }
21 20
 }

Loading…
취소
저장