add creation timestamp on document tag and document tag
<?phpnamespaceCompany\BaseBundle\Entity;useDoctrine\ORM\EntityRepository;/** * DocumentRepository * * This class was generated by the Doctrine ORM. Add your own custom * repository methods below. */classDocumentRepositoryextendsEntityRepository{}