added key and session tasks.

This commit is contained in:
Taylor Otwell
2012-01-24 15:02:51 -06:00
parent 20b4cf7bb8
commit 27fdb1e3f5
7 changed files with 85 additions and 5 deletions

View File

@@ -38,7 +38,7 @@ class Session {
* @param string $driver
* @return Driver
*/
protected static function factory($driver)
public static function factory($driver)
{
switch ($driver)
{