Refactor dynamic App::getLogger() to static DI::logger()

This commit is contained in:
nupplaPhil
2019-12-15 23:46:56 +01:00
parent fceb4f3823
commit e2b2778e0a
9 changed files with 11 additions and 22 deletions

View File

@@ -155,16 +155,6 @@ class App
return $this->config->getCache()->get('system', 'basepath');
}
/**
* The Logger of this app
*
* @return LoggerInterface
*/
public function getLogger()
{
return $this->logger;
}
/**
* The profiler of this app
*