Merge pull request #5433 from annando/mysqli

Forgotten "use"
This commit is contained in:
Tobias Diekershoff 2018-07-21 07:18:10 +02:00 committed by GitHub
commit e4a652cae8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ use Friendica\Util\DateTimeFormat;
use PDO;
use PDOException;
use PDOStatement;
use mysqli;
/**
* @class MySQL database class