LogEntry.php 303 B

123456789101112131415
  1. <?php
  2. namespace Gedmo\Loggable\Document;
  3. /**
  4. * Gedmo\Loggable\Document\LogEntry
  5. *
  6. * @Document(repositoryClass="Gedmo\Loggable\Document\Repository\LogEntryRepository")
  7. */
  8. class LogEntry extends AbstractLogEntry
  9. {
  10. /**
  11. * All required columns are mapped through inherited superclass
  12. */
  13. }