add Meteo part
This commit is contained in:
@@ -18,6 +18,7 @@ class AuthUserResource extends JsonResource
|
||||
'id' => $this->id,
|
||||
'name' => $this->name,
|
||||
'email' => $this->email,
|
||||
'locations' => LocationResource::collection($this->whenLoaded('locations')),
|
||||
];
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user