We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 93ed863 + 8a3d040 commit 7e27e64Copy full SHA for 7e27e64
src/Kitar/Dynamodb/Connection.php
@@ -17,6 +17,8 @@ class Connection extends BaseConnection
17
18
public function __construct($config)
19
{
20
+ $this->config = $config;
21
+
22
$this->client = $this->createClient($config);
23
24
$this->tablePrefix = $config['prefix'] ?? '';
0 commit comments