mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-06 13:16:39 +02:00
Filled second argument for __callStatic()
This commit is contained in:
@@ -159,7 +159,7 @@ class Logger implements LoggerInterface
|
||||
* @return Monolog\Logger
|
||||
* @throws InvalidArgumentException If logging channel has not been created
|
||||
*/
|
||||
public static function __callStatic($name)
|
||||
public static function __callStatic($name, $arguments)
|
||||
{
|
||||
if(!isset(self::$loggerInstances[$name])) {
|
||||
throw new \InvalidArgumentException('The requested logging channel has not been created yet');
|
||||
|
Reference in New Issue
Block a user