mirror of
https://github.com/YGGverse/gemini-php.git
synced 2026-04-01 01:15:28 +00:00
rename method
This commit is contained in:
parent
26d85269e8
commit
4d9ec32986
3 changed files with 6 additions and 6 deletions
|
|
@ -187,7 +187,7 @@ class Filesystem
|
|||
return $path;
|
||||
}
|
||||
|
||||
public function getData(?string $path): ?string
|
||||
public function getDataByPath(?string $path): ?string
|
||||
{
|
||||
if (in_array($path, $this->_list) && is_file($path) || is_readable($path))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue