mirror of
https://github.com/appwrite/appwrite
synced 2026-05-23 08:58:35 +00:00
fix: path error.
This commit is contained in:
parent
6969e446d5
commit
dcc926402d
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue