소스 검색

Merge branch 'master' of http://59.57.98.130:3000/jjhc/jucai

linwu 4 달 전
부모
커밋
8b1a986e17
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      app/Admin/Controllers/Admin/AuthController.php

+ 1 - 0
app/Admin/Controllers/Admin/AuthController.php

@@ -13,6 +13,7 @@ class AuthController extends Controller
      */
     public function getLogin()
     {
+
         if ($this->guard()->check()) {
             return redirect($this->redirectPath());
         }