AbstractFactory.php 104B

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