summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
Diffstat (limited to 'appinfo/app.php')
-rw-r--r--appinfo/app.php5
1 files changed, 1 insertions, 4 deletions
diff --git a/appinfo/app.php b/appinfo/app.php
index 077d0b7c4..a6de66ce2 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -28,7 +28,4 @@ $container = new Application();
$config = $container->getAppConfig();
$config->registerNavigation();
$config->registerBackgroundJobs();
-$config->registerHooks();
-
-// check for correct app dependencies and fail if possible
-$config->testDependencies();
+$config->registerHooks(); \ No newline at end of file