created_by = getParentSellerId(); } public function updating(Transaction $transaction) { $transaction->updated_by = Auth::id(); } }