summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 11:11:20 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2014-10-21 11:11:20 +0200
commita52df5cad2f9853514988b1bb43b07e812bb9316 (patch)
tree89dd47c8be24de558bbce3b37cb6d8a59002cac9 /appinfo/app.php
parent29000e2d6f49ed9b08b15a9f474dfb5b4145d800 (diff)
move config class into config folder
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