We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5949729 commit 92321b3Copy full SHA for 92321b3
src/Tempest/Core/src/functions.php
@@ -23,7 +23,7 @@ function root_path(string ...$parts): string
23
*/
24
function internal_storage_path(string ...$parts): string
25
{
26
- return path(realpath(get(Kernel::class)->internalStorage), ...$parts)->toString();
+ return path(get(Kernel::class)->internalStorage, ...$parts)->toString();
27
}
28
29
/**
0 commit comments