Browse Source

Fix exception type declaration

Bubka 4 years ago
parent
commit
ed1ac10f59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/Http/Controllers/TwoFAccountController.php

+ 1 - 1
app/Http/Controllers/TwoFAccountController.php

@@ -154,7 +154,7 @@ class TwoFAccountController extends Controller
                     }
                 }
             }
-            catch( Exception $e ) {
+            catch( \Exception $e ) {
                 $twofaccount->imageLink = null;
             }
         }