Update AvatarOptimize.php

pull/6338/head
Shlee 3 days ago committed by GitHub
parent 064e98be50
commit f839a1a67d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -105,7 +105,7 @@ class AvatarOptimize implements ShouldQueue
$avatar->cdn_url = null; $avatar->cdn_url = null;
$avatar->save(); $avatar->save();
} }
} catch (Exception $e) { } catch (\Exception $e) {
} }
} }

Loading…
Cancel
Save