mirror of
https://github.com/kevinveenbirkenbach/coding-challenge-online-shop.git
synced 2025-09-10 03:47:13 +02:00
Added frames of entities and test for product
This commit is contained in:
@@ -59,5 +59,7 @@ interface ProductInterface
|
||||
* @return int
|
||||
*/
|
||||
public function getId():int;
|
||||
|
||||
public function setId(int $id):void;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user