Skip to content

Commit 7e27e64

Browse files
authored
Merge pull request #46 from hschimpf/main
Store connection instance configuration
2 parents 93ed863 + 8a3d040 commit 7e27e64

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Kitar/Dynamodb/Connection.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ class Connection extends BaseConnection
1717

1818
public function __construct($config)
1919
{
20+
$this->config = $config;
21+
2022
$this->client = $this->createClient($config);
2123

2224
$this->tablePrefix = $config['prefix'] ?? '';

0 commit comments

Comments
 (0)