Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
e
infra
ecloud
nextcloud-apps
Ecloud Accounts
Commits
e1cbfc76
Commit
e1cbfc76
authored
Dec 24, 2021
by
Akhil
😶
Browse files
Make application class implement IBootstrap
parent
ecab62a6
Changes
2
Hide whitespace changes
Inline
Side-by-side
js/script.js
deleted
100644 → 0
View file @
ecab62a6
lib/AppInfo/Application.php
View file @
e1cbfc76
...
...
@@ -28,13 +28,14 @@ namespace OCA\EcloudAccounts\AppInfo;
use
OCP\AppFramework\App
;
use
OCP\AppFramework\Bootstrap\IBootstrap
;
use
OCP\AppFramework\Bootstrap\IRegistrationContext
;
use
OCP\AppFramework\Bootstrap\IBootContext
;
use
OCP\User\Events\UserDeletedEvent
;
use
OCA\EcloudAccounts\Events\UserDeletedListener
;
class
Application
extends
App
class
Application
extends
App
implements
IBootstrap
{
const
APP_ID
=
'ecloud-accounts'
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment