增加服务器 created_at

This commit is contained in:
iVampireSP.com 2022-08-31 16:58:12 +08:00
parent 945050160a
commit 7ab179fe67
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -52,6 +52,7 @@ public function handle()
'module_name' => $module->name,
'name' => $server['name'],
'status' => $server['status'],
'created_at' => $server['created_at'],
'updated_at' => $server['updated_at'],
];
}, $json['data']['servers']));