Update app/config/session.php

This commit is contained in:
Taylor Otwell 2013-02-14 08:32:38 -06:00
parent 32df1b62d3
commit 79d18a3122
1 changed files with 2 additions and 2 deletions

View File

@ -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',
);
);