mirror of
https://github.com/nextcloud/passman.git
synced 2025-11-07 19:46:02 +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 {
|
||||
$this->registerNavigationEntry();
|
||||
|
||||
$context->registerEventListener(
|
||||
BeforeUserDeletedEvent::class,
|
||||
UserDeletedListener::class
|
||||
|
|
@ -133,6 +131,7 @@ class Application extends App implements IBootstrap {
|
|||
$manager->registerNotifierService(Notifier::class);
|
||||
|
||||
Util::addTranslations(self::APP_ID);
|
||||
$this->registerNavigationEntry();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue