refactor: change log class and content (#5608)

This commit is contained in:
Alexis Saettler
2021-10-15 07:41:10 +02:00
committed by GitHub
parent 6c5ac48df4
commit 38bdeaa8dc
12 changed files with 54 additions and 25 deletions
+1 -1
View File
@@ -442,7 +442,7 @@ class ContactsController extends Controller
} catch (\Exception $e) {
Log::warning(__CLASS__.' update: Failed to delete avatars', [
'contact' => $contact,
'exception' => $e,
$e,
]);
}
}