Added an menu to show some simple statistics.

This commit is contained in:
Jan Böhmer 2020-02-10 23:26:45 +01:00
parent 15957203af
commit f79975832a
7 changed files with 454 additions and 4 deletions

View file

@ -33,7 +33,7 @@ use LogicException;
/**
* Class Attachment.
*
* @ORM\Entity
* @ORM\Entity(repositoryClass="App\Repository\AttachmentRepository")
* @ORM\Table(name="`attachments`")
* @ORM\InheritanceType("SINGLE_TABLE")
* @ORM\DiscriminatorColumn(name="class_name", type="string")