finish register special
This commit is contained in:
@@ -20,6 +20,8 @@ class User extends JsonResource
|
||||
'user_id' => $this->id,
|
||||
'attributes' => [
|
||||
'name' => $this->name,
|
||||
'email' => $this->email,
|
||||
'is_admin' => $this->isAdmin(),
|
||||
],
|
||||
],
|
||||
'links' => [
|
||||
|
||||
Reference in New Issue
Block a user