Commit 79d18a31 authored by Taylor Otwell's avatar Taylor Otwell

Update app/config/session.php

parent 32df1b62
...@@ -8,7 +8,7 @@ return array( ...@@ -8,7 +8,7 @@ return array(
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
| |
| This option controls the default session "driver" that will be used on | 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. | you may specify any of the other wonderful drivers provided here.
| |
| Supported: "cookie", file", "database", "apc", | Supported: "cookie", file", "database", "apc",
...@@ -96,4 +96,4 @@ return array( ...@@ -96,4 +96,4 @@ return array(
'cookie' => 'laravel_session', 'cookie' => 'laravel_session',
); );
\ No newline at end of file
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