14 lines
205 B
PHP
14 lines
205 B
PHP
<?php
|
|
|
|
declare(strict_types=1);
|
|
|
|
return [
|
|
'%(path)/db',
|
|
'%(path)/config',
|
|
'%(tmpDir)/logs',
|
|
'%(tmpDir)/cache',
|
|
'%(tmpDir)/profiler',
|
|
'%(tmpDir)/webhooks',
|
|
'%(tmpDir)/debug',
|
|
];
|