mirror of
https://github.com/friendica/friendica
synced 2025-01-31 17:39:47 +00:00
remove unused DI::devLogger() method
This commit is contained in:
parent
08a50efb08
commit
0869140756
1 changed files with 0 additions and 8 deletions
|
@ -323,14 +323,6 @@ abstract class DI
|
|||
return self::$dice->create(LoggerInterface::class);
|
||||
}
|
||||
|
||||
/**
|
||||
* @return LoggerInterface
|
||||
*/
|
||||
public static function devLogger()
|
||||
{
|
||||
return self::$dice->create('$devLogger');
|
||||
}
|
||||
|
||||
/**
|
||||
* @return \Friendica\Core\Logger\Type\WorkerLogger
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue