From 5b30a110acc5812121e05dc8f1cd3196884af3d1 Mon Sep 17 00:00:00 2001 From: tips-of-mine <54597409+tips-of-mine@users.noreply.github.com> Date: Sat, 31 May 2025 14:40:12 +0200 Subject: [PATCH] Updated setup.php --- setup.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/setup.php b/setup.php index f906b63..e6b8974 100644 --- a/setup.php +++ b/setup.php @@ -3,6 +3,8 @@ * Init the hooks of the SOC plugin */ +use Glpi\Plugin\Hooks; + define('PLUGIN_SOC_VERSION', '1.0.0'); define('PLUGIN_SOC_MIN_GLPI', '10.0.0'); define('PLUGIN_SOC_MAX_GLPI', '10.1.0');