Correction Session

This commit is contained in:
alexandre-pereira 2015-03-31 19:18:42 +02:00
parent 8531e56879
commit 11c04912fd
2 changed files with 2 additions and 1 deletions

View File

@ -96,6 +96,7 @@ class HomeController extends Controller {
break; break;
default: default:
$value = 'open';
break; break;
} }

View File

@ -16,7 +16,7 @@ return [
| |
*/ */
'driver' => env('SESSION_DRIVER', 'file'), 'driver' => env('SESSION_DRIVER', 'redis'),
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------