選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
|
- <?php
- /**
- * @author La clic ! <contact@laclic.fr>
- */
-
-
- namespace Lc\CaracoleBundle\Resolver;
-
-
- use Lc\CaracoleBundle\Model\Merchant\MerchantInterface;
-
- class MerchantResolver
- {
- public function getCurrent(): MerchantInterface
- {
- //return ;
- }
-
- }
|