8000 Update app/config/session.php · OrganizedCode/laravel@79d18a3 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 79d18a3

Browse files
committed
Update app/config/session.php
1 parent 32df1b6 commit 79d18a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/config/session.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
|--------------------------------------------------------------------------
99
|
1010
| This option controls the default session "driver" that will be used on
11-
| requets. By default, we will use the light-weight cookie driver but
11+
| requests. By default we will use the light-weight cookie driver but
1212
| you may specify any of the other wonderful drivers provided here.
1313
|
1414
| Supported: "cookie", file", "database", "apc",
@@ -96,4 +96,4 @@
9696

9797
'cookie' => 'laravel_session',
9898

99-
);
99+
);

0 commit comments

Comments
 (0)
0