Fix for Locations PATCH endpoint (#1499)

This commit is contained in:
Michael (Parker) Parker 2019-03-02 16:27:36 -05:00 committed by Dane Everitt
parent 807d075435
commit 62e68ec66f
2 changed files with 5 additions and 1 deletions

View file

@ -30,6 +30,6 @@ class UpdateLocationRequest extends StoreLocationRequest
return collect(Location::getUpdateRulesForId($locationId))->only([
'short',
'long',
]);
])->toArray();
}
}