dev
parent
b4d4b022c8
commit
c351cc169f
|
|
@ -18,7 +18,7 @@ class OperationLogService
|
|||
'user_name' => $user?->name ?? '',
|
||||
'message' => $message,
|
||||
'data_type' => $model ? $model::class : '',
|
||||
'data_id' => $model?->id ?? '',
|
||||
'data_id' => $model?->id ?? null,
|
||||
'type' => $type,
|
||||
'input_data' => $parms,
|
||||
'created_at' => now(),
|
||||
|
|
|
|||
Loading…
Reference in New Issue