| 1 | <?php |
||
| 20 | abstract class EnableConnection extends Action |
||
| 21 | { |
||
| 22 | use ManageRecordTrait, LookupRecordTrait { |
||
| 23 | run as traitRun; |
||
| 24 | } |
||
| 25 | |||
| 26 | /** |
||
| 27 | * @inheritdoc |
||
| 28 | */ |
||
| 29 | public function run($connection) |
||
| 33 | |||
| 34 | /** |
||
| 35 | * @inheritdoc |
||
| 36 | */ |
||
| 37 | protected function performAction(IntegrationConnection $record): bool |
||
| 42 | } |
||
| 43 |