Skip to content

Commit

Permalink
Merge branch 'release-15.36.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 29, 2024
2 parents ef709f7 + e0b256a commit b4ac21d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions common/class.Utils.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,4 +207,9 @@ public static function toHumanReadablePhpString($value, $indentation = 0)

return (string) $returnValue;
}

public static function getResourceId(string $uri): string
{
return substr($uri, strpos($uri, '#') + 1);
}
}

0 comments on commit b4ac21d

Please sign in to comment.