Skip to content

Commit 08ec637

Browse files
committed
fix syntax error in setup
1 parent cdda0d9 commit 08ec637

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

setup.php

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,7 @@
22

33
// Version of the plugin
44

5-
define('PLUGIN_GROUPCATEGORY_VERSION', "1.5");
6-
<<<<<<< HEAD
7-
=======
8-
9-
>>>>>>> 063b7d735614276d942896172416bb1645b4b425
5+
define('PLUGIN_GROUPCATEGORY_VERSION', '1.5');
106
define('PLUGIN_GROUPCATEGORY_GLPI_MIN_VERSION', '9.4');
117
define('PLUGIN_GROUPCATEGORY_NAMESPACE', 'groupcategory');
128
// Maximum GLPI version, exclusive

0 commit comments

Comments
 (0)