示例#1
0
 public function destroy()
 {
     // TODO: Remove the current user's session.
     $this->data = array();
     Session::reset();
 }