mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-02-08 22:49:25 +01:00
Fix exception type declaration
This commit is contained in:
parent
630d3b9a87
commit
ed1ac10f59
@ -154,7 +154,7 @@ public function preview(Request $request)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
catch( Exception $e ) {
|
catch( \Exception $e ) {
|
||||||
$twofaccount->imageLink = null;
|
$twofaccount->imageLink = null;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user