| 1 | <?php |
||
| 20 | trait IntegrationConnectionResolverTrait |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @param string|IntegrationConnectionInterface $connection |
||
| 24 | * @return IntegrationConnectionInterface |
||
| 25 | * @throws InvalidConfigException |
||
| 26 | */ |
||
| 27 | protected function resolveConnection($connection): IntegrationConnectionInterface |
||
| 49 | } |
||
| 50 |