8 lines
63B

  1. <?php
  2. namespace common\logic;
  3. interface FactoryInterface
  4. {
  5. }