Fortune.php 170 B

1234567891011121314
  1. <?php
  2. namespace ImiApp\Model;
  3. use Imi\Bean\Annotation\Inherit;
  4. use ImiApp\Model\Base\FortuneBase;
  5. /**
  6. * Fortune
  7. * @Inherit
  8. */
  9. class Fortune extends FortuneBase
  10. {
  11. }