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