mirror of
https://github.com/Seldaek/monolog.git
synced 2025-10-21 08:36:33 +02:00
Add getUid() to UidProcessor
This commit is contained in:
@@ -35,4 +35,12 @@ class UidProcessor
|
||||
|
||||
return $record;
|
||||
}
|
||||
|
||||
/**
|
||||
* @return string
|
||||
*/
|
||||
public function getUid()
|
||||
{
|
||||
return $this->uid;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user