clean up controller and session.

This commit is contained in:
Taylor Otwell
2011-11-08 20:35:24 -06:00
parent a1e82d2166
commit a38ba2a6ab
3 changed files with 18 additions and 69 deletions

View File

@@ -16,7 +16,7 @@ class Session {
*
* @var array
*/
protected $session;
public $session;
/**
* Indicates if the session already exists in storage.