Add activity logging to most of the endpoints
This commit is contained in:
parent
287fd60891
commit
9b7af02690
11 changed files with 170 additions and 30 deletions
|
@ -188,6 +188,15 @@ class ActivityLogService
|
|||
});
|
||||
}
|
||||
|
||||
/**
|
||||
* Resets the instance and clears out the log.
|
||||
*/
|
||||
public function reset(): void
|
||||
{
|
||||
$this->activity = null;
|
||||
$this->subjects = [];
|
||||
}
|
||||
|
||||
/**
|
||||
* Returns the current activity log instance.
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue