mirror of
https://git.sekbaer.de/Friendica/friendica.git
synced 2025-06-10 17:14:26 +02:00
Refactor Loglevels
This commit is contained in:
parent
19b55f5f8d
commit
6e48df2163
3 changed files with 11 additions and 48 deletions
|
@ -159,7 +159,7 @@ class App
|
|||
*
|
||||
* @throws Exception if the Basepath is not usable
|
||||
*/
|
||||
public function __construct($basePath, $logger, $isBackend = true)
|
||||
public function __construct($basePath, LoggerInterface $logger, $isBackend = true)
|
||||
{
|
||||
$this->logger = $logger;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue