From faa524d21282157c06d2bfe1743d99c4289c0fd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patrick=20M=C3=BCller?= <p.mueller@pcsg.de> Date: Wed, 1 Feb 2017 12:04:17 +0100 Subject: [PATCH] refactor: Exception -> User\Exception --- src/QUI/Auth/Google2Fa/Exception.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/QUI/Auth/Google2Fa/Exception.php b/src/QUI/Auth/Google2Fa/Exception.php index 188445d..dadbf8b 100644 --- a/src/QUI/Auth/Google2Fa/Exception.php +++ b/src/QUI/Auth/Google2Fa/Exception.php @@ -2,9 +2,9 @@ namespace QUI\Auth\Google2Fa; -use QUI\Users\Exception as QUIExcpetion; +use QUI\Users\Exception as QUIUserException; -class Exception extends QUIExcpetion +class Exception extends QUIUserException { // nothing } -- GitLab