mirror of
https://github.com/friendica/friendica
synced 2025-04-22 05:50:13 +00:00
renamed Logger::setLogger() to Logger::init()
This commit is contained in:
parent
80f1feabe5
commit
e1d9d67632
12 changed files with 276 additions and 92 deletions
|
@ -68,7 +68,7 @@ class Logger extends BaseObject
|
|||
*
|
||||
* @param LoggerInterface $logger The Logger instance of this Application
|
||||
*/
|
||||
public static function setLogger($logger)
|
||||
public static function init($logger)
|
||||
{
|
||||
self::$logger = $logger;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue