api(server): log activity when server description is changed

This commit is contained in:
Matthew Penner 2022-11-21 13:41:26 -07:00
parent 634c9353e3
commit 039ad4abf0
No known key found for this signature in database
2 changed files with 14 additions and 6 deletions

View file

@ -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
{