mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/unity.git
synced 2026-08-20 21:04:21 +00:00
- Hidden ID
This commit is contained in:
@@ -12,6 +12,10 @@ class EntitySignature extends Model
|
||||
protected $table = 'entity_signatures';
|
||||
|
||||
protected $appends = ['hash_id', 'entity_list'];
|
||||
|
||||
protected $hidden = [
|
||||
'id'
|
||||
];
|
||||
|
||||
public function entity()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user