mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-05-29 14:31:15 +02:00
Fix exception type declaration
This commit is contained in:
parent
630d3b9a87
commit
ed1ac10f59
@ -154,7 +154,7 @@ class TwoFAccountController extends Controller
|
||||
}
|
||||
}
|
||||
}
|
||||
catch( Exception $e ) {
|
||||
catch( \Exception $e ) {
|
||||
$twofaccount->imageLink = null;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user