Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'core/Application.php')
-rw-r--r--core/Application.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/core/Application.php b/core/Application.php
index 15246c9c76c..55f3b68c26e 100644
--- a/core/Application.php
+++ b/core/Application.php
@@ -55,7 +55,6 @@ use Symfony\Component\EventDispatcher\GenericEvent;
* @package OC\Core
*/
class Application extends App {
-
public function __construct() {
parent::__construct('core');
@@ -193,5 +192,4 @@ class Application extends App {
$eventDispatcher->addServiceListener(RemoteWipeFinished::class, RemoteWipeEmailListener::class);
$eventDispatcher->addServiceListener(UserDeletedEvent::class, UserDeletedStoreCleanupListener::class);
}
-
}