File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 3737use Glpi \Application \View \TemplateRenderer ;
3838use Glpi \Cache \CacheManager ;
3939use Glpi \Config \ProxyExclusion ;
40+ use Glpi \Config \ProxyExclusions ;
4041use Glpi \Dashboard \Grid ;
4142use Glpi \Event ;
4243use Glpi \Helpdesk \HelpdeskTranslation ;
@@ -875,7 +876,7 @@ public function showSystemInformations()
875876 return ;
876877 }
877878
878- /** @var \Glpi\Config\ ProxyExclusions $proxy_exclusions */
879+ /** @var ProxyExclusions $proxy_exclusions */
879880 $ proxy_exclusions = $ CFG_GLPI ['possible_proxy_exclusions ' ];
880881 $ proxy_exclusions ->addExclusions ([
881882 new ProxyExclusion (
Original file line number Diff line number Diff line change 3333 * ---------------------------------------------------------------------
3434 */
3535use Glpi \Asset \Asset_PeripheralAsset ;
36+ use Glpi \Config \ProxyExclusions ;
3637use Glpi \Marketplace \Controller ;
3738use Glpi \Socket ;
3839use Glpi \SocketModel ;
647648$ CFG_GLPI ['environment_types ' ] = [Computer::class];
648649
649650
650- $ CFG_GLPI ['possible_proxy_exclusions ' ] = new \ Glpi \ Config \ ProxyExclusions ();
651+ $ CFG_GLPI ['possible_proxy_exclusions ' ] = new ProxyExclusions ();
You can’t perform that action at this time.
0 commit comments