mirror of
https://github.com/Icinga/icingaweb2.git
synced 2025-07-28 16:24:04 +02:00
DbTool
: Import class Zend_Db_Adapter_Pdo_Abstract
Since `DbTool::zendconn` is of type `Zend_Db_Adapter_Pdo_Abstract`, it has to be imported.
This commit is contained in:
parent
1b1182d9b9
commit
209bf62a56
@ -6,6 +6,7 @@ namespace Icinga\Module\Setup\Utils;
|
||||
use PDO;
|
||||
use PDOException;
|
||||
use LogicException;
|
||||
use Zend_Db_Adapter_Pdo_Abstract;
|
||||
use Zend_Db_Adapter_Pdo_Mysql;
|
||||
use Zend_Db_Adapter_Pdo_Pgsql;
|
||||
use Icinga\Util\File;
|
||||
|
Loading…
x
Reference in New Issue
Block a user