Explorar el Código

wip: fix Traits

3.x
wallo hace 2 años
padre
commit
6a03eb0e47
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. 0
    1
      app/Traits/Blamable.php

+ 0
- 1
app/Traits/Blamable.php Ver fichero

@@ -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…
Cancelar
Guardar