From a52df5cad2f9853514988b1bb43b07e812bb9316 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Tue, 21 Oct 2014 11:11:20 +0200 Subject: move config class into config folder --- appinfo/app.php | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'appinfo/app.php') 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 -- cgit v1.2.3