Skip to content

Commit 7a2f2dc

Browse files
authored
Merge pull request #77 from viralsolani/analysis-8j1LPB
Apply fixes from StyleCI
2 parents 29beb5b + f78ad16 commit 7a2f2dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/Models/Access/User/Traits/Attribute/UserAttribute.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ public function getActionButtonsByPermissionName($permissionName, $counter)
374374

375375
public function getNameAttribute()
376376
{
377-
return $this->first_name . ' ' . $this->last_name;
377+
return $this->first_name.' '.$this->last_name;
378378
}
379379

380380
/**

0 commit comments

Comments
 (0)