Commit 532c06c7 by 杨昕

code format

parent 065dfea6
Pipeline #10849 passed with stages
in 45 seconds
...@@ -35,7 +35,6 @@ class ApiMiddleware ...@@ -35,7 +35,6 @@ class ApiMiddleware
$user = Auth::user(); $user = Auth::user();
if (isset($user->mis_uid)){ if (isset($user->mis_uid)){
$user = Auth::user();
$request->replace(array_merge($request->all(),['mis_uid'=>$user->mis_uid])); $request->replace(array_merge($request->all(),['mis_uid'=>$user->mis_uid]));
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment