|
@@ -2,8 +2,9 @@ |
|
2
|
2
|
|
|
3
|
3
|
namespace TierPricingTable\Addons\PricingSummary; |
|
4
|
4
|
|
|
5
|
5
|
use TierPricingTable\Core\ServiceContainerTrait; |
|
6
|
+use TierPricingTable\PricingTable; |
|
6
|
7
|
class PricingSummaryService { |
|
7
|
8
|
use ServiceContainerTrait; |
|
8
|
9
|
public function __construct() { |
|
9
|
10
|
} |