We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04f3836 + 949d1f1 commit 6a480d2Copy full SHA for 6a480d2
2 files changed
app/Core/CustomUserAvatar.php app/Helpers/CustomUserAvatar.phpapp/Core/CustomUserAvatar.php renamed to app/Helpers/CustomUserAvatar.php
@@ -1,6 +1,6 @@
1
<?php
2
3
-namespace App\Core;
+namespace App\Helpers;
4
5
use Devaslanphp\FilamentAvatar\Core\UiAvatarsProvider;
6
use Illuminate\Database\Eloquent\Model;
config/filament-avatar.php
@@ -63,7 +63,7 @@
63
// Custom avatar (user's picture field)
64
'custom-avatar' => [
65
// Class used to generate the user avatar
66
- 'class' => \App\Core\CustomUserAvatar::class,
+ 'class' => \App\Helpers\CustomUserAvatar::class,
67
68
// User's field used to generate avatar
69
'name_field' => 'picture'
0 commit comments