jsonDb comment param inutiles

This commit is contained in:
Fred Tempez 2020-09-18 04:31:58 +02:00
parent c0aaa15ad5
commit 030b42ab09
1 changed files with 2 additions and 2 deletions

View File

@ -23,9 +23,9 @@ class JsonDb extends \Prowebcraft\Dot
{ {
$this->config = array_merge([ $this->config = array_merge([
'name' => 'data.json', 'name' => 'data.json',
'backup' => 5, /* 'backup' => 5,*/
'dir' => getcwd(), 'dir' => getcwd(),
'template' => getcwd() . DIRECTORY_SEPARATOR . 'data.template.json' /* 'template' => getcwd() . DIRECTORY_SEPARATOR . 'data.template.json'*/
], $config); ], $config);
$this->loadData(); $this->loadData();
parent::__construct(); parent::__construct();