Skip to content
This repository has been archived by the owner on Apr 19, 2023. It is now read-only.

Commit

Permalink
Allow editing beer gardens
Browse files Browse the repository at this point in the history
  • Loading branch information
Rudloff committed Oct 27, 2021
1 parent 5ebd494 commit b45563a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/MainController.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class MainController
const VALID_TYPES = [
'shop' => ['bakery', 'supermarket', 'convenience', 'deli', 'ice_cream', 'pasta', 'general'],
'craft' => ['caterer', 'confectionery'],
'amenity' => ['fast_food', 'restaurant', 'cafe', 'bar', 'pub', 'ice_cream'],
'amenity' => ['fast_food', 'restaurant', 'cafe', 'bar', 'pub', 'ice_cream', 'biergarten'],
];

/**
Expand Down

0 comments on commit b45563a

Please sign in to comment.