From f4e0d7cae7121d0fc6760aecf7c882d88b19b6d3 Mon Sep 17 00:00:00 2001 From: Dennis Eichhorn Date: Wed, 28 Mar 2018 23:10:31 +0200 Subject: [PATCH] Fix dependencies --- Admin/Installer.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Admin/Installer.php b/Admin/Installer.php index 89175d5..ff5ec55 100644 --- a/Admin/Installer.php +++ b/Admin/Installer.php @@ -71,7 +71,7 @@ class Installer extends InstallerAbstract * * @since 1.0.0 */ - public static function installExternal(DatabasePool $dbPool, array $data) + public static function installExternal(DatabasePool $dbPool, array $data) : void { try { $dbPool->get()->con->query('select 1 from `' . $dbPool->get()->prefix . 'nav`'); @@ -94,7 +94,7 @@ class Installer extends InstallerAbstract * * @since 1.0.0 */ - private static function installLink($dbPool, $data) + private static function installLink($dbPool, $data) : void { $sth = $dbPool->get()->con->prepare( 'INSERT INTO `' . $dbPool->get()->prefix . 'nav` (`nav_id`, `nav_pid`, `nav_name`, `nav_type`, `nav_subtype`, `nav_icon`, `nav_uri`, `nav_target`, `nav_from`, `nav_order`, `nav_parent`, `nav_permission_type`, `nav_permission_element`) VALUES