# tier-pricing-table/trunk/src/Core/ServiceContainerTrait.php

Tiered Pricing Table for WooCommerce, version trunk. 10 lines.

- Page: https://pluginprobe.com/plugins/tier-pricing-table/trunk/code/src/Core/ServiceContainerTrait.php
- Raw: https://pluginprobe.com/plugins/tier-pricing-table/trunk/raw/src/Core/ServiceContainerTrait.php
- Modified: 2022-12-28T23:00:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/tier-pricing-table/trunk/code/src/Core/ServiceContainerTrait.php#L10-L20`.

```php
<?php namespace TierPricingTable\Core;

trait ServiceContainerTrait {

	public function getContainer() {
		return ServiceContainer::getInstance();
	}

}

```
