]> git.mxchange.org Git - friendica.git/commitdiff
Function only needn't to be public
authorMichael <heluecht@pirati.ca>
Tue, 6 Sep 2022 20:47:18 +0000 (20:47 +0000)
committerMichael <heluecht@pirati.ca>
Tue, 6 Sep 2022 20:47:18 +0000 (20:47 +0000)
src/Database/PostUpdate.php

index 91f5301e17f19525472ecfccd5ecac86b988373e..3ec7822bf037d89f05fe8de53b7dd7ce8a01cd4e 100644 (file)
@@ -1097,7 +1097,7 @@ class PostUpdate
         * @throws \Friendica\Network\HTTPException\InternalServerErrorException
         * @throws \ImagickException
         */
-       public static function update1483()
+       private static function update1483()
        {
                // Was the script completed?
                if (DI::config()->get('system', 'post_update_version') >= 1483) {