Browse Source

wip: fix Traits

3.x
wallo 3 years ago
parent
commit
6a03eb0e47
1 changed files with 0 additions and 1 deletions
  1. 0
    1
      app/Traits/Blamable.php

+ 0
- 1
app/Traits/Blamable.php View File

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

Loading…
Cancel
Save