コード例 #1
0
ファイル: Session.php プロジェクト: whereo/framework
 public function regenerateToken()
 {
     $this->put('_token', Str::random(40));
 }