| 1 | <?php |
||
| 18 | trait ConnectionTrait |
||
| 19 | { |
||
| 20 | use \Flipbox\HubSpot\Criteria\ConnectionTrait; |
||
| 21 | |||
| 22 | /** |
||
| 23 | * @param $connection |
||
| 24 | * @return ConnectionInterface |
||
| 25 | * @throws \flipbox\craft\integration\exceptions\ConnectionNotFound |
||
| 26 | */ |
||
| 27 | protected static function resolveConnection($connection): ConnectionInterface |
||
| 39 | } |
||
| 40 |