1
0
Fork 0

Removed test mode

This commit is contained in:
Michael 2020-05-15 19:58:13 +00:00
commit 0fa6921845
2 changed files with 0 additions and 5 deletions

View file

@ -57,8 +57,6 @@ class StaticDatabase extends Database
$this->connection = self::$staticConnection;
$this->connected = true;
$this->setTestmode(true);
return $this->connected;
}