Skip to content

1.0.8

Compare
Choose a tag to compare
@ruslan-avantis ruslan-avantis released this 10 Jan 18:39
· 20 commits to master since this release
e1f5911

Пофиксил сохранение пустого файла https://github.com/pllano/json-db/blob/master/src/File.php

if ($getPath != null && $getPath != "") {
    return file_put_contents($this->getPath(), $getPath);
} else {
    return null;
}