EntityInterface.php 64 B

12345678
  1. <?php
  2. namespace App\Entity;
  3. interface EntityInterface {
  4. }
  5. ?>