Skip to content

Commit

Permalink
Merge pull request #111 from demvsystems/altersvorsorge-produkterfahr…
Browse files Browse the repository at this point in the history
…ung-fix

extends ValueInterface vergessen.
  • Loading branch information
jbeuck authored Apr 5, 2018
2 parents cd8b49b + 7703fbc commit 9976622
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion src/Werte/Altersvorsorge/ProdukterfahrungInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

namespace Demv\Werte\Altersvorsorge;

interface ProdukterfahrungInterface
use Demv\Werte\ValueInterface;

/**
* Interface ProdukterfahrungInterface
* @package Demv\Werte\Altersvorsorge
*/
interface ProdukterfahrungInterface extends ValueInterface
{
}

0 comments on commit 9976622

Please sign in to comment.