[WIP] Fix Person
This commit is contained in:
@@ -47,6 +47,10 @@ class User extends Authenticatable
|
||||
'otp_created_at' => 'datetime'
|
||||
];
|
||||
|
||||
public $with = [
|
||||
'metas'
|
||||
];
|
||||
|
||||
public $appends = [
|
||||
'meta'
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user