Total Complexity | 1 |
Total Lines | 15 |
Duplicated Lines | 0 % |
Coverage | 100% |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
16 | class HasMany extends Relation |
||
17 | { |
||
18 | /** |
||
19 | * Get the results of the relationship. |
||
20 | * |
||
21 | * @return Collection |
||
22 | * @throws GuzzleException |
||
23 | * @throws InvalidRelationshipException |
||
24 | * @throws NoClientException |
||
25 | * @throws TokenException |
||
26 | */ |
||
27 | 4 | public function getResults(): Collection |
|
33 |