| Total Complexity | 1 |
| Total Lines | 15 |
| Duplicated Lines | 0 % |
| Coverage | 100% |
| Changes | 0 | ||
| 1 | <?php |
||
| 12 | class Delete extends ProctRecordAction |
||
| 13 | { |
||
| 14 | use DeleteResponseTrait; |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @inheritdoc |
||
| 18 | */ |
||
| 19 | protected string $errorMessage = 'Delete failed for unknown reasons.'; |
||
| 20 | 1 | ||
| 21 | /** |
||
| 22 | 1 | * @inheritdoc |
|
| 23 | 1 | */ |
|
| 24 | 1 | protected function proct(ARContract $model, array $params): bool |
|
| 29 |