@@ -19,6 +19,7 @@ |
||
19 | 19 | /** |
20 | 20 | * @param ConnectionInterface $connection |
21 | 21 | * @param string $name |
22 | + * @return void |
|
22 | 23 | */ |
23 | 24 | public function registerConnection(ConnectionInterface $connection, $name = 'default'); |
24 | 25 |