- Hidden ID

This commit is contained in:
weiken.intex
2021-08-04 01:07:27 +08:00
parent 21944d9f3b
commit 69a0087ca6
8 changed files with 64 additions and 9 deletions
+4
View File
@@ -12,6 +12,10 @@ class EntitySignature extends Model
protected $table = 'entity_signatures';
protected $appends = ['hash_id', 'entity_list'];
protected $hidden = [
'id'
];
public function entity()
{