Upgrade to 3.6.1
This commit is contained in:
@@ -65,7 +65,7 @@ class Data
|
||||
static::$handlers[static::$aliases[$type] ?? null] ??
|
||||
null;
|
||||
|
||||
if (class_exists($handler)) {
|
||||
if ($handler !== null && class_exists($handler)) {
|
||||
return new $handler();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user