Store.php 126 B

1234567891011
  1. <?php
  2. return [
  3. 'store' => [
  4. 'class' => 'fecshop\services\Store',
  5. 'stores' => [
  6. ],
  7. ],
  8. ];