Nelze vybrat více než 25 témat
Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
|
- <?php
- /**
- * @author La clic ! <contact@laclic.fr>
- */
-
-
- namespace Lc\CaracoleBundle\Resolver;
-
-
- use Lc\CaracoleBundle\Model\Merchant\MerchantInterface;
-
- class MerchantResolver
- {
- public function getCurrent(): MerchantInterface
- {
- //return ;
- }
-
- }
|