From 5e2d8843d8f3e651fa5f6f5252d64fd71c26fc9b Mon Sep 17 00:00:00 2001 From: vlakoff Date: Tue, 30 Apr 2013 05:43:09 +0200 Subject: [PATCH] Fix comment on default session driver. --- app/config/session.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/config/session.php b/app/config/session.php index 9a01319e..f54b3786 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 - | requests. By default we will use the light-weight cookie driver but + | requests. By default we will use the light-weight native driver but | you may specify any of the other wonderful drivers provided here. | | Supported: "native", "cookie", "database", "apc",