$model->created_by = auth()->id()); static::updating(fn($model) => $model->updated_by = auth()->id()); } }