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 2770b90 commit 275bb14Copy full SHA for 275bb14
DB.php
@@ -17,10 +17,10 @@ public function __construct()
17
{
18
$this->table = Wingwah\User::$table;
19
20
- $host = Config::get('db.host');
21
- $db = Config::get('db.name');
22
- $username = Config::get('db.username');
23
- $password = Config::get('db.password');
+ $host = '@host';
+ $db = '@db';
+ $username = '@username';
+ $password = '@password';
24
25
try {
26
$this->handle = new PDO("mysql:host=$host;dbname=$db;",
0 commit comments