mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
Debug : redeclaration of a varaible
This commit is contained in:
parent
4e56075fdc
commit
9fa2e80d81
@ -66,11 +66,6 @@ class DocGeneratorTemplate
|
|||||||
*/
|
*/
|
||||||
private array $name = [];
|
private array $name = [];
|
||||||
|
|
||||||
/**
|
|
||||||
* @ORM\ManyToOne(targetEntity=StoredObject::class, cascade={"persist"}).)
|
|
||||||
*/
|
|
||||||
private ?StoredObject $file = null;
|
|
||||||
|
|
||||||
public function getContext(): ?string
|
public function getContext(): ?string
|
||||||
{
|
{
|
||||||
return $this->context;
|
return $this->context;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user