summaryrefslogtreecommitdiffstats
path: root/appinfo/app.php
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 20:37:01 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-08-07 20:37:01 +0200
commiteb17bc1219a9d8729bb825b8be2dff7c8b1b25b6 (patch)
treee51f8892776b2fce26f66b65cc59ba46e066e2d8 /appinfo/app.php
parent19719fea227a454e742b3258d3565ad0ce04fd23 (diff)
shorten app.php
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 d1a84a292..d987e985b 100644
--- a/appinfo/app.php
+++ b/appinfo/app.php
@@ -25,7 +25,4 @@ set_error_handler(function ($code, $message) {
}
});
-$container = new Application();
-
-$config = $container->getAppConfig();
-$config->registerAll();
+(new Application)->registerConfig();