Added Update checks

- Logging
- Console
- Admin overview
This commit is contained in:
Philipp Holzer
2019-03-24 22:51:30 +01:00
parent 3cf0cb71f1
commit 23654ce566
12 changed files with 215 additions and 60 deletions

View File

@@ -34,6 +34,6 @@ class DependencyFactory
$logger = Factory\LoggerFactory::create($channel, $config, $profiler);
Factory\LoggerFactory::createDev($channel, $config, $profiler);
return new App($basePath, $config, $mode, $logger, $profiler, $isBackend);
return new App($config, $mode, $logger, $profiler, $isBackend);
}
}