From 79d18a3122e4211b3f8b32587df34cae20bb070c Mon Sep 17 00:00:00 2001 From: Taylor Otwell Date: Thu, 14 Feb 2013 08:32:38 -0600 Subject: [PATCH] Update app/config/session.php --- app/config/session.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/config/session.php b/app/config/session.php index 3ba07f17..09842d36 100644 --- a/app/config/session.php +++ b/app/config/session.php @@ -8,7 +8,7 @@ |-------------------------------------------------------------------------- | | This option controls the default session "driver" that will be used on - | requets. By default, we will use the light-weight cookie driver but + | requests. By default we will use the light-weight cookie driver but | you may specify any of the other wonderful drivers provided here. | | Supported: "cookie", file", "database", "apc", @@ -96,4 +96,4 @@ 'cookie' => 'laravel_session', -); \ No newline at end of file +);