Added array to cache drivers

This commit is contained in:
James Brooks 2015-07-04 22:19:24 +01:00
parent 39091b51b5
commit 3da8f3065c

View File

@ -32,6 +32,7 @@ class SetupController extends AbstractController
*/
protected $cacheDrivers = [
'apc' => 'APC(u)',
'array' => 'Array',
'file' => 'File',
'database' => 'Database',
];