Total Complexity | 4 |
Total Lines | 18 |
Duplicated Lines | 0 % |
Coverage | 0% |
Changes | 0 |
1 | <?php |
||
15 | class RiesgosPuestos extends AbstractCatalogIdentifiable |
||
16 | { |
||
17 | protected function catalogName(): string |
||
18 | { |
||
19 | return Repository::NOMINA_PERIODICIDADES_PAGOS; |
||
20 | } |
||
21 | |||
22 | /** |
||
23 | * @param array<string, mixed> $data |
||
24 | * @return RiesgoPuesto |
||
25 | */ |
||
26 | public function create(array $data): EntryIdentifiable |
||
33 | ); |
||
34 | } |
||
36 |