Files
GLPI-Plugin-SOC-Case-Manage…/setup.php
google-labs-jules[bot] 7943009051 Fix: Remove unknown 'classname' attribute in PluginSocProfile registration
The 'classname' attribute was causing a warning during plugin installation
as it's not a recognized option in the Plugin::registerClass method for
this type of class.

This commit removes the unnecessary attribute, relying on the standard
behavior where the class name is inferred from the first argument.
2025-05-31 12:59:45 +00:00

7.3 KiB