This commit is contained in:
Default
2025-04-22 22:10:45 +08:00
parent 06ba3c8411
commit 1c1734bd60
12 changed files with 228 additions and 507 deletions

View File

@@ -95,4 +95,9 @@ class StorageCore
{
return $this->Filesystem->has($strKey);
}
public function getRealPath($strKey): string
{
return $this->Adapter->applyPathPrefix($strKey);
}
}