mirror of
https://git.proxmox.com/git/pve-manager
synced 2025-05-29 15:33:21 +00:00
use PVE::RESTHandler explicitly
since we use it in the code Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
This commit is contained in:
parent
be968cb617
commit
f9c9a7da8c
@ -16,6 +16,7 @@ use PVE::SafeSyslog;
|
|||||||
use PVE::Cluster;
|
use PVE::Cluster;
|
||||||
use PVE::INotify;
|
use PVE::INotify;
|
||||||
use PVE::RPCEnvironment;
|
use PVE::RPCEnvironment;
|
||||||
|
use PVE::RESTHandler;
|
||||||
use PVE::CLIHandler;
|
use PVE::CLIHandler;
|
||||||
use PVE::API2Tools;
|
use PVE::API2Tools;
|
||||||
use PVE::API2;
|
use PVE::API2;
|
||||||
|
Loading…
Reference in New Issue
Block a user