Skip to content

Commit

Permalink
Expose the Session::getInstance() method
Browse files Browse the repository at this point in the history
  • Loading branch information
duncan3dc committed Nov 16, 2017
1 parent 7d0493b commit 0a5fcf6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

--------

## 1.3.0 - 2017-11-11

### Added

* [Session] Added a getInstance() method to get the SessionInstance.

--------

## 1.2.0 - 2017-07-18

### Added
Expand Down
2 changes: 1 addition & 1 deletion src/Session.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public static function name($name)
*
* @return void
*/
protected static function getInstance()
public static function getInstance()
{
if (static::$session instanceof SessionInstance) {
return static::$session;
Expand Down

0 comments on commit 0a5fcf6

Please sign in to comment.