Skip to content

Commit 1942eeb

Browse files
authored
Merge pull request #662 from hhaccessibility/issue-460
app: adjusted location delete to redirect to my locations
2 parents 4f6b660 + 0b522df commit 1942eeb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/app/Http/Controllers/LocationManagementController.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ public function deleteMyLocation(string $location_id)
395395
DB::table('location_location_tag')->where('location_id', '=', $location->id)->delete();
396396
DB::table('location')->where('id', '=', $location->id)->delete();
397397
});
398-
return Redirect('/location/management/add');
398+
return Redirect('/location/management/my-locations');
399399
}
400400

401401
public function show(string $location_id)

0 commit comments

Comments
 (0)