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 c56d7b6 commit ed6d466
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Use [Composer](https://getcomposer.org) to install the library.
$session->Set($name, $value); //Set up a session Value
   $session->Get($name); //Get a session Value
   $session->Deletes($name); //Write off a session Value
   $session->Unset(); //End all session Value
   $session->Unsets(); //End all session Value
   $session->Destroy(); //End all session Value
```

Expand Down

0 comments on commit ed6d466

Please sign in to comment.