mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-12 07:01:35 +08:00
Merge branch 'binsky08-fix-694' into next
This commit is contained in:
commit
337f8cf32e
1 changed files with 1 additions and 2 deletions
|
|
@ -65,8 +65,6 @@ class Application extends App implements IBootstrap {
|
||||||
}
|
}
|
||||||
|
|
||||||
public function register(IRegistrationContext $context): void {
|
public function register(IRegistrationContext $context): void {
|
||||||
$this->registerNavigationEntry();
|
|
||||||
|
|
||||||
$context->registerEventListener(
|
$context->registerEventListener(
|
||||||
BeforeUserDeletedEvent::class,
|
BeforeUserDeletedEvent::class,
|
||||||
UserDeletedListener::class
|
UserDeletedListener::class
|
||||||
|
|
@ -133,6 +131,7 @@ class Application extends App implements IBootstrap {
|
||||||
$manager->registerNotifierService(Notifier::class);
|
$manager->registerNotifierService(Notifier::class);
|
||||||
|
|
||||||
Util::addTranslations(self::APP_ID);
|
Util::addTranslations(self::APP_ID);
|
||||||
|
$this->registerNavigationEntry();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue