Skip to content

Commit

Permalink
fixes attribute serializer on User model
Browse files Browse the repository at this point in the history
  • Loading branch information
iqbaleff214 committed May 31, 2024
1 parent c0ad17a commit 9753647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Models/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ class User extends Authenticatable
'remember_token',
];

protected $append = [
protected $appends = [
'avatar_url',
];

Expand Down

0 comments on commit 9753647

Please sign in to comment.