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
|
@ -122,6 +122,11 @@ class Allocation extends Model
|
|||
return !is_null($this->ip_alias);
|
||||
}
|
||||
|
||||
public function toString(): string
|
||||
{
|
||||
return sprintf('%s:%s', $this->ip, $this->port);
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets information for the server associated with this allocation.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue