1 | <?php |
||
19 | class Delete extends RecordDelete |
||
20 | { |
||
21 | use traits\Lookup; |
||
22 | |||
23 | /** |
||
24 | * @inheritdoc |
||
25 | */ |
||
26 | public function run($instance) |
||
30 | |||
31 | /** |
||
32 | * @inheritdoc |
||
33 | * @param ProviderInstance $record |
||
34 | * @throws \Throwable |
||
35 | * @throws \yii\db\StaleObjectException |
||
36 | */ |
||
37 | protected function performAction(ActiveRecord $record): bool |
||
41 | } |
||
42 |