| Total Complexity | 1 | 
| Total Lines | 15 | 
| Duplicated Lines | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 0 | 
| 1 | <?php  | 
            ||
| 17 | final class EnvelopeTemplateRecipientsEndpoint extends ResourceEndpoint  | 
            ||
| 18 | { | 
            ||
| 19 | /** @use CRUDEndpointTrait<EnvelopeTemplateRecipient> */  | 
            ||
| 20 | use CRUDEndpointTrait;  | 
            ||
| 21 | |||
| 22 | /**  | 
            ||
| 23 | * @param EnvelopeTemplate|string $template  | 
            ||
| 24 | */  | 
            ||
| 25 | public function __construct(EnvelopeTemplatesEndpoint $parent, $template)  | 
            ||
| 35 |