Skip to content

Commit 92321b3

Browse files
authored
refactor(core): cleanup internal path helper (#960)
1 parent 5949729 commit 92321b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Tempest/Core/src/functions.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ function root_path(string ...$parts): string
2323
*/
2424
function internal_storage_path(string ...$parts): string
2525
{
26-
return path(realpath(get(Kernel::class)->internalStorage), ...$parts)->toString();
26+
return path(get(Kernel::class)->internalStorage, ...$parts)->toString();
2727
}
2828

2929
/**

0 commit comments

Comments
 (0)