@@ -2,8 +2,6 @@ |
||
2 | 2 | |
3 | 3 | namespace ABM\Wasabi; |
4 | 4 | |
5 | -use Ratchet\MessageComponentInterface; |
|
6 | -use Ratchet\ConnectionInterface; |
|
7 | 5 | use Analog\Analog; |
8 | 6 | |
9 | 7 | class Cart |
@@ -7,7 +7,6 @@ |
||
7 | 7 | use Analog\Analog; |
8 | 8 | use ABM\Wasabi\Cart; |
9 | 9 | use ABM\Wasabi\Product; |
10 | -use ABM\Wasabi\Combination; |
|
11 | 10 | |
12 | 11 | class Prestashop implements MessageComponentInterface |
13 | 12 | { |