Commit 72ad0d02 by hcy001

1

parent 51bce884
Showing with 4 additions and 2 deletions
...@@ -13,7 +13,7 @@ return [ ...@@ -13,7 +13,7 @@ return [
| |
*/ */
'default' => env('CACHE_DRIVER', 'file'), 'default' =>"none",
/* /*
|-------------------------------------------------------------------------- |--------------------------------------------------------------------------
...@@ -27,7 +27,9 @@ return [ ...@@ -27,7 +27,9 @@ return [
*/ */
'stores' => [ 'stores' => [
'none' => [
'driver' => 'null',
],
'apc' => [ 'apc' => [
'driver' => 'apc', 'driver' => 'apc',
], ],
......
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 sign in to comment