]> git.mxchange.org Git - friendica.git/blobdiff - src/Model/Photo.php
Merge pull request #5313 from annando/magic-speed
[friendica.git] / src / Model / Photo.php
index 9f0007f8bcebd927390eb3521abd3bccb377a9a3..c622421cc039e74d0bd298284a26cf8471fd65f2 100644 (file)
@@ -273,7 +273,8 @@ class Photo
         *
         * @return string
         */
-       public static function newResource() {
+       public static function newResource()
+       {
                return get_guid(32, false);
        }
 }