Fix for Locations PATCH endpoint (#1499)
This commit is contained in:
parent
807d075435
commit
62e68ec66f
2 changed files with 5 additions and 1 deletions
|
@ -30,6 +30,6 @@ class UpdateLocationRequest extends StoreLocationRequest
|
|||
return collect(Location::getUpdateRulesForId($locationId))->only([
|
||||
'short',
|
||||
'long',
|
||||
]);
|
||||
])->toArray();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue