소스 검색

auth reduce redircet debug 6

zz 6 년 전
부모
커밋
db7130f148
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      app/Http/Middleware/ReadOauth.php

+ 1 - 1
app/Http/Middleware/ReadOauth.php

@@ -104,7 +104,7 @@ class ReadOauth
 
             $info = DB::table('official_setting')->where('appid',$appid)->select('secret')->first();
             if($info && $info->secret){
-                $secter = $info->secre;
+                $secter = $info->secret;
             }else{
                 $secter = '';
                 abort(404);