| 1 |
<?php |
| 2 |
/** |
| 3 |
* Class Rest_API\Letterbox\Client file. |
| 4 |
* |
| 5 |
* @package PostNLWooCommerce\Rest_API\Legacy\Letterbox |
| 6 |
*/ |
| 7 |
|
| 8 |
namespace PostNLWooCommerce\Rest_API\Legacy\Letterbox; |
| 9 |
|
| 10 |
use PostNLWooCommerce\Rest_API\Legacy\Shipping; |
| 11 |
|
| 12 |
if ( ! defined( 'ABSPATH' ) ) { |
| 13 |
exit; |
| 14 |
} |
| 15 |
|
| 16 |
/** |
| 17 |
* Class Client |
| 18 |
* |
| 19 |
* @package PostNLWooCommerce\Rest_API\Legacy\Letterbox |
| 20 |
*/ |
| 21 |
class Client extends Shipping\Client { |
| 22 |
|
| 23 |
} |
| 24 |
|