Skip to content

Commit 275bb14

Browse files
authored
Update DB.php
1 parent 2770b90 commit 275bb14

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

DB.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ public function __construct()
1717
{
1818
$this->table = Wingwah\User::$table;
1919

20-
$host = Config::get('db.host');
21-
$db = Config::get('db.name');
22-
$username = Config::get('db.username');
23-
$password = Config::get('db.password');
20+
$host = '@host';
21+
$db = '@db';
22+
$username = '@username';
23+
$password = '@password';
2424

2525
try {
2626
$this->handle = new PDO("mysql:host=$host;dbname=$db;",

0 commit comments

Comments
 (0)