This commit is contained in:
Mickael Veaudour 2024-09-23 14:21:54 +02:00
parent 8f41df288d
commit b939c7639c
No known key found for this signature in database

View file

@ -13,7 +13,7 @@ class Bulletin {
public function __construct($wiki, Eleve $eleve) { public function __construct($wiki, Eleve $eleve) {
$this->eleve = $eleve; $this->eleve = $eleve;
// echo var_dump($eleve); echo var_dump($eleve);
$listManager = $wiki->services->get(ListManager::class); $listManager = $wiki->services->get(ListManager::class);
$matieres = $listManager->getOne('ListeMatiere'); $matieres = $listManager->getOne('ListeMatiere');