Skip to content

Commit

Permalink
Merge branch '2.1' into 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
crynobone committed Oct 7, 2014
2 parents 07bfd61 + 8bb0d05 commit 4d6a93f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/fixture/app/config/cache.php
Expand Up @@ -15,7 +15,7 @@
|
*/

'driver' => 'file',
'driver' => 'array',

/*
|--------------------------------------------------------------------------
Expand Down
8 changes: 4 additions & 4 deletions src/fixture/app/config/session.php
Expand Up @@ -11,12 +11,12 @@
| requests. By default, we will use the lightweight native driver but
| you may specify any of the other wonderful drivers provided here.
|
| Supported: "file", "cookie", "database", "apc",
| Supported: "native", "cookie", "database", "apc",
| "memcached", "redis", "array"
|
*/

'driver' => 'file',
'driver' => 'array',

/*
|--------------------------------------------------------------------------
Expand All @@ -29,9 +29,9 @@
|
*/

'lifetime' => 120,
// 'lifetime' => 120,

'expire_on_close' => false,
// 'expire_on_close' => false,

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit 4d6a93f

Please sign in to comment.