Exemple #1
0
 /**
  * Security key cleanup
  */
 public function cleanup()
 {
     $key = $this->name . $this->data['sid'];
     Cache::del($key);
 }