returns Person istead of Note

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/226/head
Maxence Lange 2018-12-17 09:46:49 -01:00
rodzic 0b23cff461
commit feb7728658
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -255,7 +255,7 @@ class AP {
return new Note();
case Person::TYPE:
return new Note();
return new Person();
case Reject::TYPE:
return new Reject();