File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed
app/Http/Requests/Api/Application/Locations Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ This file is a running track of new features and fixes to each version of the pa
33
44This project follows [ Semantic Versioning] ( http://semver.org ) guidelines.
55
6+ ## v0.7.13 (Derelict Dermodactylus)
7+ ### Fixed
8+ * Fixes a bug with the location update API endpoint throwing an error due to an unexected response value.
9+
610## v0.7.12 (Derelict Dermodactylus)
711### Fixed
812* Fixes an issue with the locations API endpoint referencing an invalid namespace.
Original file line number Diff line number Diff line change @@ -30,6 +30,6 @@ public function rules(): array
3030 return collect (Location::getUpdateRulesForId ($ locationId ))->only ([
3131 'short ' ,
3232 'long ' ,
33- ]);
33+ ])-> toArray () ;
3434 }
3535}
You can’t perform that action at this time.
0 commit comments