mirror of
https://github.com/pluginsGLPI/example.git
synced 2025-06-28 06:58:43 +02:00
global code update : namespace and src folder
This commit is contained in:

committed by
Cédric Anne

parent
3351d0f268
commit
9f415e0d32
@ -33,10 +33,11 @@
|
||||
// Purpose of file:
|
||||
// ----------------------------------------------------------------------
|
||||
|
||||
use GlpiPlugin\Example\Dropdown;
|
||||
|
||||
include ('../../../inc/includes.php');
|
||||
|
||||
Plugin::load('example', true);
|
||||
|
||||
$dropdown = new PluginExampleDropdown();
|
||||
$dropdown = new Dropdown();
|
||||
include (GLPI_ROOT . "/front/dropdown.common.php");
|
||||
|
Reference in New Issue
Block a user