Przeglądaj źródła

wip: fix Traits

3.x
wallo 2 lat temu
rodzic
commit
6a03eb0e47
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0
    1
      app/Traits/Blamable.php

+ 0
- 1
app/Traits/Blamable.php Wyświetl plik

@@ -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
 }

Ładowanie…
Anuluj
Zapisz