You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
264B

  1. <?php
  2. /**
  3. * @author La clic ! <contact@laclic.fr>
  4. */
  5. namespace Lc\CaracoleBundle\Resolver;
  6. use Lc\CaracoleBundle\Model\Merchant\MerchantInterface;
  7. class MerchantResolver
  8. {
  9. public function getCurrent(): MerchantInterface
  10. {
  11. //return ;
  12. }
  13. }