Extending.php 166 B

1234567891011121314
  1. <?php
  2. namespace TestApp\Model\Entity;
  3. use Cake\ORM\Entity;
  4. /**
  5. * Tests entity class used for asserting correct loading
  6. *
  7. */
  8. class Extending extends Entity
  9. {
  10. }