Merge pull request #781 from Pterodactyl/analysis-8KKlv9

Apply fixes from StyleCI
This commit is contained in:
Dane Everitt 2017-11-23 15:10:47 -06:00 committed by GitHub
commit 44eedd594f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = [