diff options
Diffstat (limited to 'src/model/Menu.php')
| -rw-r--r-- | src/model/Menu.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/model/Menu.php b/src/model/Menu.php index 4817b93..3d07d3f 100644 --- a/src/model/Menu.php +++ b/src/model/Menu.php | |||
| @@ -9,7 +9,6 @@ use Doctrine\Common\Collections\ArrayCollection; | |||
| 9 | 9 | ||
| 10 | class Menu extends Page | 10 | class Menu extends Page |
| 11 | { | 11 | { |
| 12 | private EntityManager $entityManager; | ||
| 13 | private array $other_pages = []; // pages n'apparaissant pas dans le menu | 12 | private array $other_pages = []; // pages n'apparaissant pas dans le menu |
| 14 | 13 | ||
| 15 | public function __construct(EntityManager $entityManager){ | 14 | public function __construct(EntityManager $entityManager){ |
