Преглед изворни кода

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);