Browse Source

Add missing use statement for PublicEmitter

Signed-off-by: Sandro Lutz <sandro.lutz@temparus.ch>
tags/v12.0.0beta1
Sandro Lutz 7 years ago
parent
commit
ff3fa538e4
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      core/Controller/LoginController.php

+ 1
- 0
core/Controller/LoginController.php View File

@@ -44,6 +44,7 @@ use OCP\IURLGenerator;
use OCP\IUser;
use OCP\IUserManager;
use OCP\IUserSession;
use OC\Hooks\PublicEmitter;

class LoginController extends Controller {
/** @var IUserManager */

Loading…
Cancel
Save