mirror of
https://github.com/HDInnovations/UNIT3D-Community-Edition.git
synced 2026-04-24 03:59:08 -05:00
Apply fixes from StyleCI
[ci skip] [skip ci]
This commit is contained in:
@@ -98,7 +98,7 @@ class TwoStepController extends Controller
|
||||
*
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function showVerification(): \Illuminate\Contracts\Foundation\Application|\Illuminate\Contracts\View\Factory|\Illuminate\View\View
|
||||
public function showVerification(): \Illuminate\Contracts\Foundation\Application | \Illuminate\Contracts\View\Factory | \Illuminate\View\View
|
||||
{
|
||||
if (! \config('auth.TwoStepEnabled')) {
|
||||
\abort(404);
|
||||
@@ -153,6 +153,7 @@ class TwoStepController extends Controller
|
||||
*
|
||||
*
|
||||
* @throws \Exception
|
||||
*
|
||||
* @return \Illuminate\Http\JsonResponse
|
||||
*/
|
||||
public function verify(Request $request)
|
||||
|
||||
Reference in New Issue
Block a user