api(server): log activity when server description is changed
This commit is contained in:
parent
634c9353e3
commit
039ad4abf0
2 changed files with 14 additions and 6 deletions
|
@ -99,7 +99,7 @@ class ActivityLogService
|
|||
}
|
||||
|
||||
/**
|
||||
* Sets a custom property on the activty log instance.
|
||||
* Sets a custom property on the activity log instance.
|
||||
*
|
||||
* @param string|array $key
|
||||
* @param mixed $value
|
||||
|
@ -115,7 +115,7 @@ class ActivityLogService
|
|||
}
|
||||
|
||||
/**
|
||||
* Attachs the instance request metadata to the activity log event.
|
||||
* Attaches the instance request metadata to the activity log event.
|
||||
*/
|
||||
public function withRequestMetadata(): self
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue