Skip to content

Commit

Permalink
Merge pull request #123 from demvsystems/pflege-mehrere-sparten
Browse files Browse the repository at this point in the history
Das Bedarfsthema "Pflegevorsorge" mehreren Pflegesparten zugeordnet
  • Loading branch information
alexmpunkt authored Aug 28, 2018
2 parents 4e03b66 + eaef6a1 commit 4b5202d
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/Werte/Bedarf/Thema/Themen/Pflegevorsorge.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
namespace Demv\Werte\Bedarf\Thema\Themen;

use Demv\Werte\Bedarf\Thema\Bedarfsthema;
use Demv\Werte\Sparte\Sparten\Krankenzusatzversicherung;
use Demv\Werte\Sparte\Sparten\Vorsorge;

/**
Expand All @@ -18,6 +19,10 @@ final class Pflegevorsorge extends Bedarfsthema
*/
public function __construct()
{
parent::__construct(self::ID, 'Pflegevorsorge', [Vorsorge::PFLEGEVERSICHERUNG], 'Pflege­vorsorge');
parent::__construct(self::ID, 'Pflegevorsorge', [
Vorsorge::PFLEGEVERSICHERUNG,
Krankenzusatzversicherung::PFLEGETAGEGELD,
Krankenzusatzversicherung::PFLEGEKOSTENVERSICHERUNG,
], 'Pflege­vorsorge');
}
}

0 comments on commit 4b5202d

Please sign in to comment.