test
This commit is contained in:
parent
8f41df288d
commit
b939c7639c
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ class Bulletin {
|
|||
|
||||
public function __construct($wiki, Eleve $eleve) {
|
||||
$this->eleve = $eleve;
|
||||
// echo var_dump($eleve);
|
||||
echo var_dump($eleve);
|
||||
|
||||
$listManager = $wiki->services->get(ListManager::class);
|
||||
$matieres = $listManager->getOne('ListeMatiere');
|
||||
|
|
Loading…
Reference in a new issue