MegaPage.php 187 B

12345678910111213
  1. <?php
  2. namespace SoftDeleteable\Fixture\Entity;
  3. use Doctrine\ORM\Mapping as ORM;
  4. use Doctrine\Common\Collections\ArrayCollection;
  5. /**
  6. * @ORM\Entity
  7. */
  8. class MegaPage extends Page
  9. {
  10. }