test
This commit is contained in:
parent
b3753e503c
commit
8f41df288d
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class Matiere {
|
||||||
$this->nom = $nom;
|
$this->nom = $nom;
|
||||||
|
|
||||||
$eleveId = $bulletin->getId();
|
$eleveId = $bulletin->getId();
|
||||||
// echo "<p>".$eleveId."</p>";
|
echo "<p>".$eleveId."</p>";
|
||||||
|
|
||||||
$noteManager = $wiki->services->get(NoteManager::class);
|
$noteManager = $wiki->services->get(NoteManager::class);
|
||||||
$entries = $noteManager->getNotes($eleveId, $id);
|
$entries = $noteManager->getNotes($eleveId, $id);
|
||||||
|
|
Loading…
Reference in a new issue