Skip to content

Commit

Permalink
v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
yakeing authored Aug 21, 2019
1 parent 4ee4aa0 commit c56d7b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/session.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ public function Deletes($name){
} //END deletes

//function frees all session variables currently registered.
public function Unset(){
public function Unsets(){
session_unset();
} //END Unset

Expand Down

0 comments on commit c56d7b6

Please sign in to comment.