Fix global typing of menumanager as MenuManager

This commit is contained in:
MDW 2024-03-23 16:02:39 +01:00
parent 2982465f56
commit 02960415cb
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -270,7 +270,7 @@ return [
'langs' => '\Translate',
'leftmenu' => 'string',
'mainmenu' => 'string',
'menumanager' => 'string',
'menumanager' => '\MenuManager',
'mysoc' => '\Societe',
'nblines' => '\int',
'obj' => '\CommonObject', // Deprecated

View File

@ -210,7 +210,7 @@ return [
'dolibarr_main_data_root' => 'string',
'dolibarr_main_authentication' => 'string',
'dolibarr_main_demo' => 'string',
'menumanager' => 'string',
'menumanager' => '\MenuManager',
'errormsg' => 'string',
'form' => '\Form',
'object_rights' => 'int|stdClass',