mirror of
https://github.com/pelican-dev/panel.git
synced 2025-11-09 18:19:27 +01:00
naming
This commit is contained in:
parent
9f63954208
commit
5d2539208b
@ -9,12 +9,12 @@ class AppLogoSchema implements AvatarSchemaInterface
|
|||||||
{
|
{
|
||||||
public function getId(): string
|
public function getId(): string
|
||||||
{
|
{
|
||||||
return 'appIcon';
|
return 'appLogo';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getName(): string
|
public function getName(): string
|
||||||
{
|
{
|
||||||
return 'App Icon';
|
return 'App Logo';
|
||||||
}
|
}
|
||||||
|
|
||||||
public function get(User $user): string
|
public function get(User $user): string
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user