getKey() . '.png'; return Storage::disk('public')->exists($path) ? Storage::url($path) : (new FilamentUiAvatarsProvider())->get($record); } public static function register(): self { return new self(); } }