SystemEntityInterface.php 87 B

1234567
  1. <?php
  2. namespace PhpDevCommunity\PaperORM\Entity;
  3. interface SystemEntityInterface
  4. {
  5. }