mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-27 18:40:39 +00:00
fixes part 5
This commit is contained in:
@@ -16,7 +16,7 @@ class UserMinimalResource extends JsonResource
|
||||
return [
|
||||
'data' => [
|
||||
'id' => $this->id,
|
||||
'type' => 'users',
|
||||
'type' => 'user',
|
||||
'attributes' => [
|
||||
'avatar' => $this->settings->avatar,
|
||||
'name' => $this->settings->name,
|
||||
|
||||
Reference in New Issue
Block a user