From 71ba5a3ad1a1c9d867af68e72a4a19acd9ffe08d Mon Sep 17 00:00:00 2001 From: Sean Molenaar Date: Wed, 6 Mar 2019 13:10:37 +0100 Subject: Fix generation commands and make them available in ./occ (#402) --- lib/AppInfo/Application.php | 2 -- 1 file changed, 2 deletions(-) (limited to 'lib/AppInfo') diff --git a/lib/AppInfo/Application.php b/lib/AppInfo/Application.php index c70a2fb6f..755f3ea70 100644 --- a/lib/AppInfo/Application.php +++ b/lib/AppInfo/Application.php @@ -76,7 +76,6 @@ class Application extends App return $c->query(MapperFactory::class)->build(); }); - /** * App config parser. */ @@ -123,7 +122,6 @@ class Application extends App ); }); - $container->registerService(Config::class, function (IContainer $c): Config { $config = new Config( $c->query('ConfigView'), -- cgit v1.2.3