comment until WellKnownNManager is available

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
pull/954/head
Maxence Lange 2020-09-24 11:39:18 -01:00
rodzic 6d9afed842
commit 67e4dcf8a0
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -72,7 +72,8 @@ class Application extends App implements IBootstrap {
* @param IRegistrationContext $context
*/
public function register(IRegistrationContext $context): void {
$context->registerEventListener(WellKnownEvent::class, WellKnownListener::class);
// TODO: nc21, uncomment
// $context->registerEventListener(WellKnownEvent::class, WellKnownListener::class);
}