1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-02 03:10:15 +02:00

Merge branch '1.x'

This commit is contained in:
Jordi Boggiano
2018-11-04 19:34:56 +01:00

View File

@@ -16,7 +16,7 @@ class Utils
/**
* @internal
*/
public function getClass($object)
public static function getClass($object)
{
$class = \get_class($object);