9 lines
104B

  1. <?php
  2. namespace Lc\SovBundle\Factory;
  3. abstract class AbstractFactory implements FactoryInterface
  4. {
  5. }