cleaning up code.
Signed-off-by: Taylor Otwell <taylorotwell@gmail.com>
This commit is contained in:
parent
a08537335a
commit
d87b01ad6c
|
@ -52,7 +52,7 @@ public function load($id)
|
|||
{
|
||||
if ( ! is_null($id)) $this->session = $this->driver->load($id);
|
||||
|
||||
// If the session doesn't exist or is invalid, we will create a new session
|
||||
// If the session doesn't exist or is invalid we will create a new session
|
||||
// array and mark the session as being non-existent. Some drivers, such as
|
||||
// the database driver, need to know whether the session exists in storage
|
||||
// so they can know whether to insert or update the session.
|
||||
|
|
Loading…
Reference in New Issue