Database pool naming fix

This commit is contained in:
Dennis Eichhorn 2016-10-30 19:31:07 +01:00
parent b660719ade
commit 2fe4d243a0

View File

@ -60,7 +60,7 @@ In contrast to the install file for other moduels this file has to follow more s
namespace Modules\Navigation\Admin;
use phpOMS\DataStorage\Database\DatabaseType;
use phpOMS\DataStorage\Database\Pool;
use phpOMS\DataStorage\Database\DatabasePool;
use phpOMS\Module\InfoManager;
use phpOMS\Module\InstallerAbstract;