From: Michael Date: Tue, 6 Sep 2022 20:47:18 +0000 (+0000) Subject: Function only needn't to be public X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=d7212cbbbcf3f92e6d2935b3b4c596016b8f167d;p=friendica.git Function only needn't to be public --- diff --git a/src/Database/PostUpdate.php b/src/Database/PostUpdate.php index 91f5301e17..3ec7822bf0 100644 --- a/src/Database/PostUpdate.php +++ b/src/Database/PostUpdate.php @@ -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) {