diff --git a/src/QUI/Auth/Google2Fa/Exception.php b/src/QUI/Auth/Google2Fa/Exception.php index 188445db30e6c333e6319922affb393a3ec99f6e..dadbf8b24271176be9a97aea6173328885722869 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 }