Function only needs to be private
This commit is contained in:
parent
47904f99c2
commit
4f6be0bd03
|
@ -103,7 +103,7 @@ class RemoveUnusedAvatars
|
||||||
Logger::notice('Contact fix done', ['total' => $total, 'updated1' => $updated1, 'updated2' => $updated2, 'deleted' => $deleted]);
|
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'];
|
$size = [4 => 'photo', 5 => 'thumb', 6 => 'micro'];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user