From: Michael Date: Tue, 20 Feb 2018 11:20:28 +0000 (+0000) Subject: Standard stuff X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3e46382459f293f127f78c78d98dbfe662821281;p=friendica.git Standard stuff --- diff --git a/src/Model/Photo.php b/src/Model/Photo.php index 9f0007f8bc..c622421cc0 100644 --- a/src/Model/Photo.php +++ b/src/Model/Photo.php @@ -273,7 +273,8 @@ class Photo * * @return string */ - public static function newResource() { + public static function newResource() + { return get_guid(32, false); } }