diff --git a/Admin/Install/nav.install.json b/Admin/Install/Navigation.install.json similarity index 100% rename from Admin/Install/nav.install.json rename to Admin/Install/Navigation.install.json diff --git a/Admin/Install/Navigation.php b/Admin/Install/Navigation.php index 83afac9..1cc4554 100644 --- a/Admin/Install/Navigation.php +++ b/Admin/Install/Navigation.php @@ -28,9 +28,9 @@ namespace Modules\Surveys\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);