From 4990e686d1273888ad384155501be24620d4ec28 Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sat, 14 Jul 2018 00:49:28 +0200 Subject: [PATCH] Left hint --- src/entity/order/OrderInterface.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/entity/order/OrderInterface.php b/src/entity/order/OrderInterface.php index 59cc08b..92f572f 100644 --- a/src/entity/order/OrderInterface.php +++ b/src/entity/order/OrderInterface.php @@ -12,6 +12,9 @@ use entity\user\UserInterface; * * In a real application an entity status would be helpfull ;) * + * Order and basket are in this case the same entity. Designwise an other solution may would be better. + * E.g. entity basket as an attribut of order. + * * @author kevinfrantz * */