Update JwtParser.php

This commit is contained in:
2022-05-23 14:55:40 +02:00
committed by GitHub
parent e902a3a5b8
commit 6fb7f0b38a

View File

@@ -36,6 +36,6 @@ class JwtParser
private function getOauthPublicKey()
{
return file_get_contents(__DIR__ . '/../../../../oauth-public.key');
return file_get_contents(dirname(__DIR__, 3) . '/oauth-public.key');
}
}
}