Improving the serialize to owner method.
This commit is contained in:
parent
3396c36529
commit
61b0066f0a
@ -42,6 +42,7 @@ __PACKAGE__->add_columns(
|
||||
);
|
||||
|
||||
sub serialize_to_owner ($self) {
|
||||
$self = $self->get_from_storage();
|
||||
return {
|
||||
kind => 'ConquerUser',
|
||||
uuid => $self->uuid,
|
||||
|
Loading…
Reference in New Issue
Block a user