Use apc for caching by default

This commit is contained in:
Graham Campbell
2014-12-29 23:02:19 +00:00
parent 1f71919f0b
commit 4d1246dcf6

View File

@@ -15,7 +15,7 @@ return [
|
*/
'driver' => 'file',
'driver' => 'apc',
/*
|--------------------------------------------------------------------------