Files
template/technical/osdd/config/osdd.php
2026-03-31 18:43:24 +02:00

11 lines
181 B
PHP

<?php
return [
'layers' => [
'paths' => [
'functional' => base_path('functional'),
'technical' => base_path('technical'),
],
],
];