AbstractModel.php 171 B

12345678910
  1. <?php
  2. namespace JMS\Serializer\Tests\Fixtures\Doctrine\SingleTableInheritance;
  3. /**
  4. * Abstract base class without Entity annotation
  5. */
  6. abstract class AbstractModel
  7. {
  8. }