cleaning up code.

This commit is contained in:
Taylor Otwell
2012-02-06 20:19:29 -06:00
parent fc927aa63a
commit 1351a2b189
4 changed files with 7 additions and 7 deletions

View File

@@ -69,8 +69,7 @@ class Manager extends Task {
// If the driver implements the "Sweeper" interface, we know that
// it can sweep expired sessions from storage. Not all drivers
// need be sweepers, as stores like Memcached and APC will
// perform their own garbage collection.
// need be sweepers since they do their own.
if ($driver instanceof Sweeper)
{
$lifetime = Config::get('session.lifetime');