parent
d4758efef8
commit
166c43c259
|
@ -21,7 +21,7 @@ class AppSettingsCommand extends Command
|
||||||
|
|
||||||
const ALLOWED_CACHE_DRIVERS = [
|
const ALLOWED_CACHE_DRIVERS = [
|
||||||
'redis' => 'Redis (recommended)',
|
'redis' => 'Redis (recommended)',
|
||||||
'memcached' => 'Memcached'
|
'memcached' => 'Memcached',
|
||||||
];
|
];
|
||||||
|
|
||||||
const ALLOWED_SESSION_DRIVERS = [
|
const ALLOWED_SESSION_DRIVERS = [
|
||||||
|
|
Loading…
Reference in New Issue