Skip to content

Commit

Permalink
修复启用多应用且设置不同域名后出现419报错问题
Browse files Browse the repository at this point in the history
  • Loading branch information
jqhph committed Apr 27, 2021
1 parent c7ea758 commit 2d62af3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/Http/Middleware/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,6 @@ public function handle(Request $request, \Closure $next)

config(['session.path' => $path]);

if ($domain = config('admin.route.domain')) {
config(['session.domain' => $domain]);
}

return $next($request);
}
}

0 comments on commit 2d62af3

Please sign in to comment.