Store.php 243 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. 'store' => [
  10. 'class' => 'fecshop\services\Store',
  11. ],
  12. ];