add missing 'use PVE::Auth::Plugin'

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fabian Grünbichler 2019-10-17 15:13:56 +02:00 committed by Thomas Lamprecht
parent 508e11f184
commit 8967f86f6f

View File

@ -19,6 +19,7 @@ use PVE::API2::User;
use PVE::API2::Group;
use PVE::API2::Role;
use PVE::API2::ACL;
use PVE::Auth::Plugin;
use PVE::OTP;
use PVE::Tools;