Skip to content

Commit

Permalink
Update UpdatePhotoAsAvatar.php
Browse files Browse the repository at this point in the history
Applied suggestion a.
  • Loading branch information
lucasltavares authored Feb 2, 2025
1 parent 31c59ab commit 2ba6033
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ private function deleteCurrentAvatar(): void
$this->contact->file->delete();
} else {
return [
'Error' => 'Contact file not found';
'Error' => trans('Contact file not found');
];
}
}
Expand Down

0 comments on commit 2ba6033

Please sign in to comment.