Add missing import (#5101)

This commit is contained in:
Samuell 2020-06-01 18:42:15 +02:00 committed by GitHub
parent 5c3ba9a28a
commit b63a39b106
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -4,6 +4,7 @@ use Lang;
use Flash;
use Backend;
use Redirect;
use Response;
use BackendMenu;
use BackendAuth;
use Backend\Models\UserGroup;