Skip to content

Commit

Permalink
Merge pull request #4 from hnuti-brontosaurus/event-params-add-ohb-an…
Browse files Browse the repository at this point in the history
…d-club-type

EventParameters: added ohb and club type
  • Loading branch information
dakur authored Jan 30, 2019
2 parents 64f7c3b + 9ac4692 commit acc1c39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Request/EventParameters.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ final class EventParameters extends Parameters
const TYPE_EDUCATIONAL = 'vzdelavaci';
const TYPE_COURSE = 'prednaska';
const TYPE_PUBLIC = 'verejnost';
const TYPE_CLUB = 'klub';
const TYPE_OHB = 'ohb';

const PROGRAM_NATURE = 'ap';
const PROGRAM_SIGHTS = 'pamatky';
Expand Down

0 comments on commit acc1c39

Please sign in to comment.