phpsaml icon indicating copy to clipboard operation
phpsaml copied to clipboard

Rework plugin folder structure to replace /inc/ with /src/

Open DonutsNL opened this issue 2 years ago • 0 comments

GLPI is gradually changing the way plugins are structured. https://glpi-developer-documentation.readthedocs.io/en/master/plugins/objects.html

This requires us to refactor the /inc directory to the /src directory, rename the classfiles, add namespaces etc.

DonutsNL avatar Jul 06 '23 09:07 DonutsNL