11 lines
181 B
PHP
11 lines
181 B
PHP
<?php
|
|
|
|
return [
|
|
'layers' => [
|
|
'paths' => [
|
|
'functional' => base_path('functional'),
|
|
'technical' => base_path('technical'),
|
|
],
|
|
],
|
|
];
|