| Total Complexity | 1 |
| Total Lines | 29 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | class OrganizationRepository extends AbstractRepository |
||
| 8 | { |
||
| 9 | /** |
||
| 10 | * Apply the organizations accesses to all users |
||
| 11 | * |
||
| 12 | * - If a user email matches the org pattern and the org access is better, then user will get the org access |
||
| 13 | * - If many organizations match then only the best one is used |
||
| 14 | */ |
||
| 15 | 10 | public function applyOrganizationAccesses(): void |
|
| 38 |