1
0
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:
Jared Markell
2015-08-24 14:50:30 -07:00
parent d58755629d
commit 3a3d28f91a
2 changed files with 13 additions and 0 deletions

View File

@@ -35,4 +35,12 @@ class UidProcessor
return $record;
}
/**
* @return string
*/
public function getUid()
{
return $this->uid;
}
}