updated session task to run through migration system.

This commit is contained in:
Taylor Otwell
2012-01-24 16:19:28 -06:00
parent 27fdb1e3f5
commit c9eb7bdf35
9 changed files with 195 additions and 26 deletions

View File

@@ -43,7 +43,7 @@ IoC::singleton('task: key', function()
*/
IoC::singleton('task: session', function()
{
return new Tasks\Session;
return new Tasks\Session\Manager;
});
/**