Display user avatar with ImageColumn
I want to display the avatar for my users.
I added HasAvatars to the User model and all but ImageColumn::make('avatar_url') returns nothing.
It's supposed to return the generated ui-avatars if the avatar_url is null right ?
I'm lost.
I added HasAvatars to the User model and all but ImageColumn::make('avatar_url') returns nothing.
It's supposed to return the generated ui-avatars if the avatar_url is null right ?
I'm lost.