Function only needs to be private

This commit is contained in:
Michael 2021-07-04 10:59:24 +00:00
parent 47904f99c2
commit 4f6be0bd03
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class RemoveUnusedAvatars
Logger::notice('Contact fix done', ['total' => $total, 'updated1' => $updated1, 'updated2' => $updated2, 'deleted' => $deleted]);
}
public static function deleteDuplicates()
private static function deleteDuplicates()
{
$size = [4 => 'photo', 5 => 'thumb', 6 => 'micro'];