Standard stuff

This commit is contained in:
Michael 2018-02-20 11:20:28 +00:00
parent a3af6807ac
commit 3e46382459
1 changed files with 2 additions and 1 deletions

View File

@ -273,7 +273,8 @@ class Photo
*
* @return string
*/
public static function newResource() {
public static function newResource()
{
return get_guid(32, false);
}
}