last master commit

This commit is contained in:
2023-01-24 17:50:55 +01:00
parent 3cee42fd50
commit 39921148ba
6 changed files with 82 additions and 65 deletions

View File

@ -28,7 +28,7 @@ class CMsg
'success' => $this->success,
'status' => $this->status,
'message' => $this->message,
'fields' => $this->message,
'fields' => $this->fields,
'data' => $this->data
]);
}