Skip to content

Commit

Permalink
🏞️ fix leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
atmonshi committed Jan 23, 2024
1 parent 9b32567 commit b5db201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concerns/HasBoringAvatar.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ public function getFilamentAvatarUrl(): ?string
public function avatarName(): Attribute
{
return new Attribute(
get: fn () => Str::random()
get: fn () => $this->name
);
}

Expand Down

0 comments on commit b5db201

Please sign in to comment.