From 2fe4d243a0c5f188b1c8c49cda92c158191a6ae5 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Sun, 30 Oct 2016 19:31:07 +0100 Subject: [PATCH] Database pool naming fix --- components/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/modules.md b/components/modules.md index 69087eb..4fd5a89 100644 --- a/components/modules.md +++ b/components/modules.md @@ -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;