guid function is now public

This commit is contained in:
Michael 2021-07-30 06:19:25 +00:00
parent 432206bc5b
commit 5e75ba3083
1 changed files with 1 additions and 1 deletions

View File

@ -363,7 +363,7 @@ class Item
return true;
}
private static function guid($item, $notify)
public static function guid($item, $notify)
{
if (!empty($item['guid'])) {
return Strings::escapeTags(trim($item['guid']));