From a1c5fba3b13ba2380d5403074f7907fa62ae0d6d Mon Sep 17 00:00:00 2001 From: Kevin Frantz Date: Sat, 14 Jul 2018 11:25:18 +0200 Subject: [PATCH] Removed color because of to high overhead --- src/entity/color/ColorInterface.php | 16 ---------------- src/entity/product/Product.php | 5 ++--- src/entity/product/ProductInterface.php | 8 ++++---- 3 files changed, 6 insertions(+), 23 deletions(-) delete mode 100644 src/entity/color/ColorInterface.php diff --git a/src/entity/color/ColorInterface.php b/src/entity/color/ColorInterface.php deleted file mode 100644 index 5fe2025..0000000 --- a/src/entity/color/ColorInterface.php +++ /dev/null @@ -1,16 +0,0 @@ -