Added frames of entities and test for product

This commit is contained in:
Kevin Frantz
2018-07-14 11:21:32 +02:00
parent 0d8639cedb
commit e307c7e07e
6 changed files with 160 additions and 5 deletions

View File

@@ -40,10 +40,5 @@ interface UserInterface
* @return string
*/
public function getEmail():string;
/**
* @return int
*/
public function getId():int;
}