Skip to content

Commit

Permalink
Fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewaylett committed Jun 21, 2023
1 parent f62c3a1 commit 17f9e08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/Contact/Contact.php
Original file line number Diff line number Diff line change
Expand Up @@ -879,7 +879,7 @@ public function getNameAttribute()
break;
case 'nickname_bracketed_firstname_lastname':
$completeName = $this->first_name;

if (! is_null($this->middle_name)) {
$completeName = $completeName.' '.$this->middle_name;
}
Expand Down

0 comments on commit 17f9e08

Please sign in to comment.