Commit d87b01ad authored by Taylor Otwell's avatar Taylor Otwell

cleaning up code.

Signed-off-by: 's avatarTaylor Otwell <taylorotwell@gmail.com>
parent a0853733
...@@ -52,7 +52,7 @@ class Payload { ...@@ -52,7 +52,7 @@ class Payload {
{ {
if ( ! is_null($id)) $this->session = $this->driver->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 // 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 // the database driver, need to know whether the session exists in storage
// so they can know whether to insert or update the session. // so they can know whether to insert or update the session.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment