]> git.mxchange.org Git - friendica.git/commitdiff
Standard stuff
authorMichael <heluecht@pirati.ca>
Tue, 20 Feb 2018 11:20:28 +0000 (11:20 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 20 Feb 2018 11:20:28 +0000 (11:20 +0000)
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);
        }
 }