1 | <?php |
||
19 | class DeleteProvider extends DeleteRecord |
||
20 | { |
||
21 | /** |
||
22 | * @inheritdoc |
||
23 | */ |
||
24 | public function run($provider) |
||
28 | |||
29 | /** |
||
30 | * @inheritdoc |
||
31 | * @param Provider $record |
||
32 | */ |
||
33 | protected function performAction(ActiveRecord $record): bool |
||
37 | |||
38 | /** |
||
39 | * @inheritdoc |
||
40 | * @return Provider|null |
||
41 | */ |
||
42 | protected function find($id) |
||
49 | } |
||
50 |