rename method

This commit is contained in:
ghost 2024-02-04 10:13:42 +02:00
parent 26d85269e8
commit 4d9ec32986
3 changed files with 6 additions and 6 deletions

View file

@ -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))
{