ImagePost.php 96 B

1234567
  1. <?php
  2. namespace JMS\Serializer\Tests\Fixtures\Discriminator;
  3. class ImagePost extends Post
  4. {
  5. }