Cachet/app/config/testing/cache.php
Graham Campbell 9d8d89248f CS fixes
2014-12-20 21:20:17 +00:00

21 lines
563 B
PHP

<?php
return [
/*
|--------------------------------------------------------------------------
| Default Cache Driver
|--------------------------------------------------------------------------
|
| This option controls the default cache "driver" that will be used when
| using the Caching library. Of course, you may use other drivers any
| time you wish. This is the default when another is not specified.
|
| Supported: "file", "database", "apc", "memcached", "redis", "array"
|
*/
'driver' => 'array',
];