Kaynağa Gözat

Update AvatarPipeline

Daniel Supernault 6 yıl önce
ebeveyn
işleme
047d89c1b2
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      app/Jobs/AvatarPipeline/AvatarOptimize.php

+ 1 - 1
app/Jobs/AvatarPipeline/AvatarOptimize.php

@@ -67,7 +67,7 @@ class AvatarOptimize implements ShouldQueue
 
     protected function deleteOldAvatar($new, $current)
     {
-        if (storage_path('app/'.$new) == $current) {
+        if (storage_path('app/'.$new) == $current || $current == 'public/avatars/default.png') {
             return;
         }
         if (is_file($current)) {