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.
1 parent cccbe8a commit 74df114Copy full SHA for 74df114
README.md
@@ -67,7 +67,7 @@ $db = Database::initialize('****', [$dsn_path_user, $password, $database, $other
67
use ezsql\Config;
68
use ezsql\Database\ez_****;
69
70
-$setting = new Config('****', [$dsn_path_user, $password, $database, $other_settings]);
+$settings = new Config('****', [$dsn_path_user, $password, $database, $other_settings]);
71
72
$db = new ez_****($settings);
73
```
0 commit comments