Refactor code structure for improved readability and maintainability

This commit is contained in:
2026-03-11 09:21:52 +01:00
parent c2766ec66a
commit 76c38e8ad4
77 changed files with 167175 additions and 539 deletions

View File

@@ -141,7 +141,7 @@ class RecordService
];
if ($this->user->isPortal()) {
$where[] = ['isInternal' => true];
$where[] = ['isInternal' => false];
}
$this->applyPortalAccess($builder, $where);