debug
This commit is contained in:
@@ -95,4 +95,9 @@ class StorageCore
|
||||
{
|
||||
return $this->Filesystem->has($strKey);
|
||||
}
|
||||
|
||||
public function getRealPath($strKey): string
|
||||
{
|
||||
return $this->Adapter->applyPathPrefix($strKey);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user