11 lines
126 B
PHP
11 lines
126 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'%(path)/db',
|
|
'%(path)/logs',
|
|
'%(path)/config',
|
|
'%(path)/cache',
|
|
];
|