Total Complexity | 2 |
Total Lines | 24 |
Duplicated Lines | 0 % |
Changes | 2 | ||
Bugs | 1 | Features | 0 |
1 | <?php |
||
10 | class NonTeamUsersQuery extends Query |
||
11 | { |
||
12 | /** |
||
13 | * Retrieve a Query builder. |
||
14 | * |
||
15 | * @return UserBuilder |
||
16 | */ |
||
17 | protected function builder(): UserBuilder |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * Retrieve a Collection of User's who are NOT team members. |
||
24 | * |
||
25 | * @return Collection |
||
26 | */ |
||
27 | public function execute(): Collection |
||
36 |