9 lines
95B

  1. <?php
  2. namespace Lc\CaracoleBundle\Factory\Order;
  3. interface OrderProductFactoryInterface
  4. {
  5. }