Add activity logging for files
This commit is contained in:
parent
0999ad7ff0
commit
cbecfff6da
6 changed files with 96 additions and 106 deletions
|
@ -181,6 +181,7 @@ class ActivityLogService
|
|||
}
|
||||
|
||||
$this->activity = new ActivityLog([
|
||||
'ip' => Request::ip(),
|
||||
'batch_uuid' => $this->batch->uuid(),
|
||||
'properties' => Collection::make([]),
|
||||
]);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue