renamed Logger::setLogger() to Logger::init()
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user