1 | <?php |
||
20 | class Connections extends IntegrationConnections |
||
21 | { |
||
22 | /** |
||
23 | * The override file |
||
24 | */ |
||
25 | public $overrideFile = 'salesforce-connections'; |
||
26 | |||
27 | /** |
||
28 | * @inheritdoc |
||
29 | */ |
||
30 | protected static function tableName(): string |
||
34 | |||
35 | /** |
||
36 | * @inheritdoc |
||
37 | */ |
||
38 | protected static function connectionInstance(): string |
||
42 | |||
43 | /** |
||
44 | * @inheritdoc |
||
45 | */ |
||
46 | protected function getDefaultConnection(): string |
||
50 | } |
||
51 |