Debug : redeclaration of a varaible

This commit is contained in:
marcu 2021-11-26 17:25:21 +01:00
parent 4e56075fdc
commit 9fa2e80d81

View File

@ -66,11 +66,6 @@ class DocGeneratorTemplate
*/
private array $name = [];
/**
* @ORM\ManyToOne(targetEntity=StoredObject::class, cascade={"persist"}).)
*/
private ?StoredObject $file = null;
public function getContext(): ?string
{
return $this->context;