Store.php 101 B

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