| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Lines | 0 |
| Ratio | 0 % |
| Tests | 0 |
| CRAP Score | 2 |
| Changes | 0 | ||
| 1 | <?php |
||
| 24 | protected function performAction(User $user, Organization $organization, int $sortOrder = null): bool |
||
| 25 | { |
||
| 26 | $query = Organization::find(); |
||
| 27 | $query->setCachedResult([$organization]); |
||
| 28 | |||
| 29 | /** @noinspection PhpUndefinedMethodInspection */ |
||
| 30 | return $user->dissociateOrganizations($query); |
||
| 31 | } |
||
| 32 | } |
||
| 33 |