This commit is contained in:
notCharles 2025-11-08 15:14:54 -05:00
parent 9f63954208
commit 5d2539208b

View File

@ -9,12 +9,12 @@ class AppLogoSchema implements AvatarSchemaInterface
{
public function getId(): string
{
return 'appIcon';
return 'appLogo';
}
public function getName(): string
{
return 'App Icon';
return 'App Logo';
}
public function get(User $user): string