Перевод на доменную архитектуру

This commit is contained in:
brusnitsyn
2026-04-26 23:37:50 +09:00
parent 75ca01ffd8
commit f107ebd167
70 changed files with 4656 additions and 2070 deletions

10
config/reports.php Normal file
View File

@@ -0,0 +1,10 @@
<?php
return [
'use_new_arch' => [
'report_types' => array_values(array_filter(
array_map('trim', explode(',', (string) env('REPORTS_USE_NEW_ARCH_TYPES', '')))
)),
'compare_before_cutover' => (bool) env('REPORTS_COMPARE_BEFORE_CUTOVER', true),
],
];