隐藏字段

This commit is contained in:
iVampireSP.com 2022-09-13 10:04:10 +08:00
parent 00ecaa4265
commit 0dd1fbcb45
No known key found for this signature in database
GPG Key ID: 2F7B001CA27A8132

View File

@ -28,6 +28,11 @@ class Module extends Model implements AuthenticatableContract, AuthorizableContr
'api_token'
];
protected $hidden = [
'api_token',
'url'
];
public function remoteHost($host_id, $func, $requests)
{