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