database-host: reverse node relationship
This commit is contained in:
parent
0c5416ee27
commit
507a802dec
5 changed files with 20 additions and 24 deletions
|
@ -31,7 +31,6 @@ class DatabaseHostTransformer extends Transformer
|
|||
'host' => $model->host,
|
||||
'port' => $model->port,
|
||||
'username' => $model->username,
|
||||
'node_id' => $model->node_id,
|
||||
'created_at' => self::formatTimestamp($model->created_at),
|
||||
'updated_at' => self::formatTimestamp($model->updated_at),
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue