Allow the registration of third party cache and session drivers.

This commit is contained in:
Taylor Otwell
2012-04-30 11:15:23 -05:00
parent c49c60365f
commit ba9a7263b0
3 changed files with 50 additions and 2 deletions

View File

@@ -170,4 +170,4 @@ date_default_timezone_set(Config::get('application.timezone'));
if ( ! Request::cli() and Config::get('session.driver') !== '')
{
Session::load();
}
}