Skip to content

Commit 4f2177b

Browse files
author
TOL EDV
committed
Pass through full config for connection
1 parent 7f97c1a commit 4f2177b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/divolution/SQLAnywhere/SQLAnywhereServiceProvider.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public function boot()
3030

3131
$connector = new SQLAnywhereConnector();
3232
$pdo = $connector->connect($config);
33-
return new SQLAnywhereConnection($pdo, $config['database'], $config['prefix']);
33+
return new SQLAnywhereConnection($pdo, $config['database'], $config['prefix'], $config);
3434
});
3535
}
3636

0 commit comments

Comments
 (0)