fix: path error.

This commit is contained in:
Darshan 2026-01-07 19:42:50 +05:30
parent 6969e446d5
commit dcc926402d

View file

@ -18,7 +18,7 @@ class Action extends PlatformAction
{
protected function getAppRoot(): string
{
return \dirname(__DIR__, 7);
return \dirname(__DIR__, 6);
}
protected function avatarCallback(string $type, string $code, int $width, int $height, int $quality, Response $response): void