This commit is contained in:
holger.trampe 2021-08-01 20:47:01 +02:00
parent 6c2c4d58b1
commit 65ab1e493a
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ class LogoutByNC extends Controller {
parent::__construct($AppName, $request); parent::__construct($AppName, $request);
$this->session = $session; $this->session = $session;
} }
# Logout the user! # Logout the user!
public function handle(BeforeUserLoggedOutEvent $event): void { public function handle(BeforeUserLoggedOutEvent $event): void {
$opts = [ $opts = [