Files
watchstate/config/directories.php
2022-03-01 18:00:48 +03:00

11 lines
126 B
PHP

<?php
declare(strict_types=1);
return [
'%(path)/db',
'%(path)/logs',
'%(path)/config',
'%(path)/cache',
];