From d40e66ddb78b0e16b033eab5af768358a44ade27 Mon Sep 17 00:00:00 2001 From: Bernhard Posselt Date: Sun, 11 May 2014 13:50:25 +0200 Subject: use standard layout for container --- appinfo/app.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'appinfo/app.php') diff --git a/appinfo/app.php b/appinfo/app.php index e355fee38..1cc9994ae 100644 --- a/appinfo/app.php +++ b/appinfo/app.php @@ -11,9 +11,9 @@ * @copyright Bernhard Posselt 2012, 2014 */ -namespace OCA\News\App; +namespace OCA\News\AppInfo; -$container = new News(); +$container = new Application(); $config = $container->getAppConfig(); $config->loadConfig(__DIR__ . '/app.json'); -- cgit v1.2.3