Skip to content

Commit

Permalink
extends ValueInterface vergessen.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeuck committed Apr 5, 2018
1 parent cd8b49b commit 7703fbc
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 7703fbc

Please sign in to comment.