Shipping.php 249 B

123456789101112
  1. <?php
  2. /**
  3. * FecShop file.
  4. * @link http://www.fecshop.com/
  5. * @copyright Copyright (c) 2016 FecShop Software LLC
  6. * @license http://www.fecshop.com/license/
  7. */
  8. return [
  9. 'shipping' => [
  10. 'class' => 'fecshop\services\Shipping',
  11. ],
  12. ];