Fixed MySQL fatal
This commit is contained in:
parent
9c44a59cd9
commit
2bd211594f
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class Mysql extends \Flake\Core\Database {
|
|||
$this->sUsername,
|
||||
$this->sPassword
|
||||
);
|
||||
$this->oDb->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
|
||||
$this->oDb->setAttribute(\PDO::ATTR_ERRMODE, \PDO::ERRMODE_EXCEPTION);
|
||||
}
|
||||
|
||||
public function tables() {
|
||||
|
|
Loading…
Reference in a new issue