Apply fixes from StyleCI

[ci skip] [skip ci]
This commit is contained in:
Dane Everitt 2017-11-23 21:08:43 +00:00 committed by StyleCI Bot
parent d4758efef8
commit 166c43c259

View file

@ -21,7 +21,7 @@ class AppSettingsCommand extends Command
const ALLOWED_CACHE_DRIVERS = [
'redis' => 'Redis (recommended)',
'memcached' => 'Memcached'
'memcached' => 'Memcached',
];
const ALLOWED_SESSION_DRIVERS = [