1.0.8
Пофиксил сохранение пустого файла 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;
}
Пофиксил сохранение пустого файла 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;
}