Fire event when BackendService is available
This commit is contained in:
parent
f8d8de5da6
commit
82d9829c97
1 changed files with 5 additions and 0 deletions
|
@ -50,6 +50,11 @@ class Application extends App {
|
|||
|
||||
$this->loadBackends();
|
||||
$this->loadAuthMechanisms();
|
||||
|
||||
// app developers: do NOT depend on this! it will disappear with oC 9.0!
|
||||
\OC::$server->getEventDispatcher()->dispatch(
|
||||
'OCA\\Files_External::loadAdditionalBackends'
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue