隐藏字段
This commit is contained in:
parent
00ecaa4265
commit
0dd1fbcb45
@ -28,6 +28,11 @@ class Module extends Model implements AuthenticatableContract, AuthorizableContr
|
|||||||
'api_token'
|
'api_token'
|
||||||
];
|
];
|
||||||
|
|
||||||
|
protected $hidden = [
|
||||||
|
'api_token',
|
||||||
|
'url'
|
||||||
|
];
|
||||||
|
|
||||||
|
|
||||||
public function remoteHost($host_id, $func, $requests)
|
public function remoteHost($host_id, $func, $requests)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user