Renamin navigation install files

This commit is contained in:
Dennis Eichhorn 2015-12-29 21:52:47 +01:00
parent 5465a13fd2
commit 9c03f8957f
2 changed files with 2 additions and 2 deletions

View File

@ -28,9 +28,9 @@ namespace Modules\ItemManagement\Admin\Install;
*/
class Navigation
{
public static function install($dbPool)
public static function install(Pool $dbPool)
{
$navData = json_decode(file_get_contents(__DIR__ . '/nav.install.json'), true);
$navData = json_decode(file_get_contents(__DIR__ . '/Navigation.install.json'), true);
$class = '\\Modules\\Navigation\\Admin\\Installer';
$class::installExternal($dbPool, $navData);