From d87b01ad6c902542d9db655d8624718880248ba4 Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Mon, 27 Feb 2012 09:26:51 -0600 Subject: [PATCH] cleaning up code. Signed-off-by: Taylor Otwell --- laravel/session/payload.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/laravel/session/payload.php b/laravel/session/payload.php index 52698166..3f73c851 100644 --- a/laravel/session/payload.php +++ b/laravel/session/payload.php @@ -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.