Skip to content

Commit

Permalink
Merge pull request #210 from demvsystems/expand-private-sachversichung
Browse files Browse the repository at this point in the history
Expand private sachversichung
  • Loading branch information
MarcusJochimsen authored Sep 26, 2024
2 parents 78a241e + b4219b3 commit 85d19e4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .env.example
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
GITHUB_TOKEN=
3 changes: 3 additions & 0 deletions src/Werte/Sparte/Sparten/PrivateSachversicherung.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ interface PrivateSachversicherung
const ELEKTRONIKVERSICHERUNG = 272;
const ELEMENTARVERSICHERUNG = 429;
const ELEMENTARVERSICHERUNG_EL = 251;
const FAHRRADVERSICHERUNG = 297;
const FEUERROHBAU_VERSICHERUNG = 354;
const FEUERVERSICHERUNG = 376;
const FOTOAPPARATE_VERSICHERUNG = 403;
Expand Down Expand Up @@ -57,6 +58,8 @@ interface PrivateSachversicherung
const SONSTIGES = 196;
const STURM_HAGELVERSICHERUNG = 428;
const TIERHALTERHAFTPFLICHT = 170;
const TIERKRANKENVERSICHERUNG = 265;
const TIERLEBENSVERSICHERUNG = 274;
const UNFALLVERSICHERUNG = 168;
const WASSERSPORTKASKO = 357;
const WASSERSPORTVERSICHERUNG = 345;
Expand Down

0 comments on commit 85d19e4

Please sign in to comment.