mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-08-09 21:57:47 +02:00
Fix exception type declaration
This commit is contained in:
@ -154,7 +154,7 @@ class TwoFAccountController extends Controller
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch( Exception $e ) {
|
catch( \Exception $e ) {
|
||||||
$twofaccount->imageLink = null;
|
$twofaccount->imageLink = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user