Left hint

This commit is contained in:
Kevin Frantz 2018-07-14 00:49:28 +02:00
parent db1a0acd80
commit 4990e686d1

View File

@ -12,6 +12,9 @@ use entity\user\UserInterface;
* *
* In a real application an entity status would be helpfull ;) * 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 * @author kevinfrantz
* *
*/ */