📅  最后修改于: 2022-03-11 14:54:45.634000             🧑  作者: Mango
$this->renderable(function (\Exception $e) {
if ($e->getPrevious() instanceof \Illuminate\Session\TokenMismatchException) {
return redirect()->route('login');
};
});